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