import { Enumerable } from "https://deno.land/x/proc@0.22.1/src/enumerable.ts";
Return the first element that satisfies the provided testing function, or undefined
if no value satisfies the testing function.
import { Enumerable } from "https://deno.land/x/proc@0.22.1/src/enumerable.ts";
Return the first element that satisfies the provided testing function, or undefined
if no value satisfies the testing function.