Lodash _.sortedLastIndex

2021-09-24 09:47 更新

_.sortedLastIndex(array, value)

此方法類似于_.sortedIndex,除了 它返回 value值 在 array 中盡可能大的索引位置(index)。

添加版本

3.0.0

參數(shù)

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

返回

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

例子

_.sortedLastIndex([4, 5, 5, 5, 6], 5);
// => 4


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

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)