Map.clearContents

Removes all elements from the map.

struct Map(K, V, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc
void
clearContents
()

Meta