mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Cleanup baseBinaryIndex and _.pull. [ci skip]
This commit is contained in:
11
lodash.js
11
lodash.js
@@ -1714,9 +1714,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `binaryIndex` which supports large arrays and
|
* The base implementation of `binaryIndex`, without support for invoking
|
||||||
* determining the insert index for `NaN` and `undefined`. Unlike `binaryIndex`,
|
* `iteratee` for `value`, which supports large arrays and determining the
|
||||||
* this function does not invoke `iteratee` for `value`.
|
* insert index for `NaN` and `undefined`.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Array} array The sorted array to inspect.
|
* @param {Array} array The sorted array to inspect.
|
||||||
@@ -4365,9 +4365,8 @@
|
|||||||
*
|
*
|
||||||
* **Notes:**
|
* **Notes:**
|
||||||
* - Unlike `_.without`, this method mutates `array`.
|
* - Unlike `_.without`, this method mutates `array`.
|
||||||
* - `SameValueZero` comparisons are like strict equality comparisons,
|
* - `SameValueZero` comparisons are like strict equality comparisons, e.g. `===`,
|
||||||
* e.g. `===`, except that `NaN` matches `NaN`. See the
|
* except that `NaN` matches `NaN`. See the [ES6 spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-samevaluezero)
|
||||||
* [ES6 spec](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-samevaluezero)
|
|
||||||
* for more details.
|
* for more details.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user