TreeMap.opBinary

Set operators. Enables math operations on sets, like unions and intersections. Could work on ranges in general as long as they implement some basic functions, like iteration.

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
static if(!(E.stringof != "void"))
TreeMap!(K, E, nogcIndexing, less)
opBinary
(
string op
R
)
(
R rhs
)

Meta