Skip to main content
Module

x/ramda/source/move.js

:ram: Practical functional Javascript
Latest
import * as ramda from "https://deno.land/x/ramda@v0.27.2/source/move.js";

Variables

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.