import { take } from "https://deno.land/x/froebel@v0.18.0/list.ts";
Takes n
elements from the iterable list
and returns them as an array.
import { take } from "https://deno.land/x/froebel@v0.18.0/list.ts";
Takes n
elements from the iterable list
and returns them as an array.