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