HashMap.remove

remomve key from hash.

struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
remove
(
K k
)

Return Value

Type: bool

true if actually removed, false otherwise.

Meta