fn put(self: *Self, key: Key, value: Value) void

Adds the key to the map with the supplied value. If the key is already in the map, overwrites the value.

Parameters

self: *Self,
key: Key,
value: Value,