import { findLast } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the last element of list
satisfying the predicate
function.
If there is no such element, then undefined
is returned.
import { findLast } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the last element of list
satisfying the predicate
function.
If there is no such element, then undefined
is returned.