import { indexOf } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts";
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://dotland.deno.dev/x/rambda@v9.2.0/mod.ts";
It returns the index of the first element of list
equals to valueToFind
.
If there is no such element, it returns -1
.