import { find } from "https://deno.land/x/rambda@9.4.1/immutable.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://deno.land/x/rambda@9.4.1/immutable.d.ts";
It returns the first element of list
that satisfy the predicate
.
If there is no such element, it returns undefined
.