TreeMap.put

Puts an element into the treeset

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

Meta