Skip to main content
Module

x/ramda/source/index.js>adjust

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

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.