import { update } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts";
It returns a copy of list
with updated element at index
with newValue
.
import { update } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts";
It returns a copy of list
with updated element at index
with newValue
.