fn remove(self: *Self, key: Key) void

Removes a key from the map. If the key was not in the map, does nothing.

Parameters

self: *Self,
key: Key,