Creates a range of unique values that are included in all given ranges
The pred defaults to null. If a unary predicate is passed in, then a transformation
will be appled to each element before comparing. If a binary predicate is passed in, it
will determine equality of elements.
If pred is null or unary, and the range is sortable or is sorted, an optimized linear
algorithm will be used instead using the range's
$(DDOX_NAMED_REF range.sortingpredicate, `sorting predicate`).
Creates a range of unique values that are included in all given ranges
The pred defaults to null. If a unary predicate is passed in, then a transformation will be appled to each element before comparing. If a binary predicate is passed in, it will determine equality of elements.
If pred is null or unary, and the range is sortable or is sorted, an optimized linear algorithm will be used instead using the range's $(DDOX_NAMED_REF range.sortingpredicate, `sorting predicate`).