The OpenD Programming Language

HashMap.clear

Removes all items from the map

struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
void
clear
()

Meta