TreeMap.arrayOf

Returns an array representation of the set.

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
@property
static if(!(E.stringof != "void"))
K[]
arrayOf
()

Meta