method Enumerable.prototype.collectRe-exportimport { Enumerable } from "https://deno.land/x/proc@0.22.1/mod.ts"; collect(): Promise<T[]>Collect the items in this iterator to an array. ReturnsPromise<T[]>The items of this iterator collected to an array.