MapImpl.clearContents

Removes all elements from the map.

struct MapImpl(K, V, alias less = KeyCompareDefault!Key, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted
void
clearContents
()

Meta