import { indexOf } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the index of the first element of list
equals to valueToFind
.
If there is no such element, it returns -1
.
import { indexOf } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the index of the first element of list
equals to valueToFind
.
If there is no such element, it returns -1
.