fn putUninitialized(self: *Self, key: Key) *Value
Adds the key to the map with an undefined value. If the key is already in the map, the value becomes undefined. A pointer to the value is returned, which should be used to initialize the value.
self: *Self,
key: Key,