Documentation
Dlang.org
GyreD (source)
UnsafeHashMap.clear
eris
hash_table
UnsafeHashMap
Remove
s all elements from the hash table, without changing its capacity.
struct
UnsafeHashMap
(Key, Value)
nothrow
void
clear
(
)
eris
hash_table
UnsafeHashMap
constructors
this
functions
add
byKey
byKeyValue
byValue
clear
dispose
dup
get
opBinaryRight
opEquals
opIndex
opIndexAssign
rehash
remove
require
toHash
update
properties
capacity
length
Removes all elements from the hash table, without changing its capacity.