fn putAssumeCapacityNoClobber(self: *Self, key: K, value: V) void
Insert an entry in the map. Assumes it is not already present, and that no allocation is needed.
self: *Self,
key: K,
value: V,