Lodash _.sortedIndex

2021-09-22 09:41 更新

_.sortedIndex(array, value)

使用二進(jìn)制的方式檢索來決定 value值 應(yīng)該插入到數(shù)組中 盡可能小的索引位置,以保證array的排序。

添加版本

0.1.0

參數(shù)

  1. array (Array): 要檢查的排序數(shù)組。
  2. value (*): 要評估的值。

返回

(number): 返回 value值 應(yīng)該在數(shù)組array中插入的索引位置 index。

例子

_.sortedIndex([30, 50], 40);
// => 1


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號