HashMap.remove

remomve key from hash. Returns: true if actually removed, false otherwise.

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