method LazyAsync.prototype.toArrayimport { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts"; toArray(): Promise<T[]>Collect all items into an array. ReturnsPromise<T[]>