Dictionary.remove

Removes a key and his value from the dictionary.

struct Dictionary(K, V)
@nogc
bool
remove
(
K key
)

Meta