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