Skip to main content
Module

x/ramda/source/index.js>move

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

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.