_.intersectionWith([arrays], [comparator])
_.indexOf(array, value, [fromIndex=0])
_.zipObject([props=[]], [values=[]])
_.sortedIndex(array, value)
_.flatten(array) source
_.dropWhile(array, [predicate=_.identity])
_.xorWith([arrays], [comparator])
_.takeRight(array, [n=1])
_.pullAllBy(array, values, [iteratee=_.identity])
_.slice(array, [start=0], [end=array.length])
Page 2 of 7