import { take } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It returns the first howMany
elements of input
.
Parameters
input: T[]
import { take } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It returns the first howMany
elements of input
.