Module

x/rambda/rambda.js>Lens

Faster and smaller alternative to Ramda
Latest
type alias Lens
import { type Lens } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
definition: (functorFactory: (a: A) => Functor<A>) => (s: S) => Functor<S>