Returns an array of indices where the predicate function returns true for the corresponding element in the input array.
The array to search.
The function to test each element of the array.
An array of indices where the predicate function returns true.
Generated using TypeDoc
Returns an array of indices where the predicate function returns true for the corresponding element in the input array.