* The base implementation of `_.pullAt` without support for individual * index arguments and capturing the removed elements. * * @private * @param {Array} array The array to modify. * @param {number[]} indexes The indexes of elements to remove. *
(array, indexes)
source not stored for this graph (policy: none)
no test coverage detected