Map.remove

Remove key from the map.

struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
bool
remove
(
in K key
)

Parameters

key K

key to search for

Return Value

Type: bool

true if given key does exist. otherwise false.

Meta