method LazyAsync.prototype.firstimport { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts"; first(): Promise<T>Get the first item. @throws if there are no items. ReturnsPromise<T>