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