Map.remove

Remove a key and associated value from the map.

struct Map(Key, V)
bool
remove
(
T
)
(
auto ref const(T) k
)
if (
is(typeof(T.init < Key.init))
)

Return Value

Type: bool

true if removed, false if not found

Meta