method LazyAsync.prototype.limitimport { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts"; limit(count: number): LazyAsync<T>Limit the iterator to returning at most count items. Parameterscount: numberReturnsLazyAsync<T>