import { first } from "https://deno.land/x/itertools@v1.1.1/mod.ts";
Returns the first item in the iterable for which the predicate holds, if
any. If no such item exists, undefined
is returned. The default
predicate is any defined value.
import { first } from "https://deno.land/x/itertools@v1.1.1/mod.ts";
Returns the first item in the iterable for which the predicate holds, if
any. If no such item exists, undefined
is returned. The default
predicate is any defined value.