Skip to main content
Module

x/ramda/mod.ts>over

:ram: Practical functional Javascript
Latest
variable over
import { over } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns the result of "setting" the portion of the given data structure focused by the given lens to the result of applying the given function to the focused value.