Extend std.algorithm.setopts to also operate on set- and map-like containers/ranges.
Get intersection of ranges.
Specialization for std.algorithm.setopts.setUnion for AA.
Is true iff Map is map-like container, that is provides membership checking via the in operator or contains.
http://forum.dlang.org/post/nvd09v$24e9$1@digitalmars.com
See Source File
Extend std.algorithm.setopts to also operate on set- and map-like containers/ranges.