Skip to main content
Module

x/ramda/mod.ts>adjust

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

Applies a function to the value at the given index of an array, returning a new copy of the array with the element at the given index replaced with the result of the function application.