Module find_index
Functions
- Helper function to find the index of the first element in an array that satisfies a given predicate. If the element is not found, the function returns the length of the array
N - Helper function to find the index of the last element in an array that satisfies a given predicate. If the element is not found, the function returns the length of the array
N