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