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