_.sortedIndex(array, value)
_.zipObject([props=[]], [values=[]])
_.intersectionWith([arrays], [comparator])
_.xorWith([arrays], [comparator])
_.dropWhile(array, [predicate=_.identity])
_.flatten(array) source
_.indexOf(array, value, [fromIndex=0])
_.uniqWith(array, [comparator])
_.intersectionBy([arrays], [iteratee=_.identity])
_.pullAt(array, [indexes])
Page 2 of 7