Get intersection of ranges.
Specialization for std.algorithm.setopts.setUnion for AA.
Is true iff Set is set-like container, that is provides membership checking via the in operator or contains.
Is true iff Map is map-like container, that is provides membership checking via the in operator or contains.
Extend std.algorithm.setopts to also operate on set- and map-like containers/ranges.