UnsafeHashMap.remove

Removes a key's entry from the table.

This procedure will also call destroy on both key and value.

struct UnsafeHashMap(Key, Value)
nothrow
bool
remove
()
(
auto ref const(Key) key
)

Return Value

Type: bool

Whether or not the key had an entry to begin with.