import { findIndex } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns the index of the first element of list
satisfying the predicate
function.
If there is no such element, then -1
is returned.
import { findIndex } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns the index of the first element of list
satisfying the predicate
function.
If there is no such element, then -1
is returned.