lowerBound
sourcelowerBound<T>(array: ArrayLike<T>, compare: Function, first: number = 0, last: number = ...): numbersource
Implementation of https://en.cppreference.com/w/cpp/algorithm/lower_bound
Returns the index of the first item in an array for which compare returns a value greater than or equal to zero, or the length of the array if no such element is found.