Skip to main content
Module

x/ramda/mod.ts>tail

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

Returns all but the first element of the given list or string (or object with a tail method).

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