import { move } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It returns a copy of list
with exchanged fromIndex
and toIndex
elements.
import { move } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It returns a copy of list
with exchanged fromIndex
and toIndex
elements.