TreeMap.this

Creates a treeset from a preexisting range.

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
@safe pure nothrow
static if(!(E.stringof != "void"))
this
(
R
)
(
R src
)

Meta