import { collect } from "https://deno.land/x/proc@0.21.0/tests/deps/asynciter.ts";
Collect the items in this iterator to an array.
Parameters
iterable: AsyncIterable<T>
import { collect } from "https://deno.land/x/proc@0.21.0/tests/deps/asynciter.ts";
Collect the items in this iterator to an array.