TreeMap.remove

Removes the element pointed by key from the map and deallocates it.

All pointers tied to this element are no longer valid from this point.

struct TreeMap(T)
bool
remove
(
ulong key
)

Parameters

key ulong

the key of the node to remove

Return Value

Type: bool

true if the element with the key was found, false if not.

Meta