binarySearchLowIndex
binarySearchLowIndex(array, el, compareFunction, [minIndex], [maxIndex]) ⇒ number
Kind: global function
Returns: number
- Index
Param | Type |
---|---|
array | Array.<T> |
el | V |
compareFunction | function |
[minIndex] | number |
[maxIndex] | number |