2 hash optional function A function that takes an element of one of the arrays and returns a value. The value should be the same for semantically identical values. By default, the intersection is ...
Simple function binaryInsert(array, value, comparator) that provides binary insert functionality for a sorted array in javascript. This is mostly intended for larger arrays, and the performance gain ...