import { takeLast } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns the last howMany
elements of input
.
Parameters
input: readonly T[]
import { takeLast } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns the last howMany
elements of input
.