TreeMap.clear

Removes all of the mappings from this map. The map will be empty after this call returns.

class TreeMap(K, V)
override
void
clear
()
if (
isOrderingComparable!K
)

Meta