Skip to main content
Module

x/ramda/mod.ts>slice

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

Returns the elements of the given list or string (or object with a slice method) from fromIndex (inclusive) to toIndex (exclusive).

Dispatches to the slice method of the third argument, if present.