* Performs a binary search of `array` to determine the index at which `value` * should be inserted into `array` in order to maintain its sort order. * * @private * @param {Array} array The sorted array to inspect. * @param {*} value The value to evaluate.
(array, value, retHighest)
source not stored for this graph (policy: none)
no test coverage detected