TreeMap.put

Puts an element into the TreeMap

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
@safe pure nothrow
K
put
(
K key
)

Meta