import { update } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns a copy of list
with updated element at index
with newValue
.
import { update } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns a copy of list
with updated element at index
with newValue
.