import { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts";
Get the first item. Returns defaultValue
if there is no first item.
Parameters
defaultValue: D
import { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts";
Get the first item. Returns defaultValue
if there is no first item.