import { find } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns the first element of list
that satisfy the predicate
.
If there is no such element, it returns undefined
.
import { find } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns the first element of list
that satisfy the predicate
.
If there is no such element, it returns undefined
.