Skip to main content
Module

x/ramda/source/adjust.js>default

:ram: Practical functional Javascript
Latest
variable default
import { default } from "https://deno.land/x/ramda@v0.27.2/source/adjust.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.