Map.remove

Removes an element from the container. Returns: true if the removal took place.

struct Map(K, V, alias less = "a < b", bool allowDuplicates = false)
nothrow @nogc
bool
remove
(
K key
)

Meta