Skip to main content
Module

x/ramda/mod.ts>move

:ram: Practical functional Javascript
Latest
variable move
import { move } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Move an item, at index from, to index to, in a list of elements. A new list will be created containing the new elements order.