fn putNoClobber(self: *Self, allocator: Allocator, key: K, value: V) Allocator.Error!void
Insert an entry in the map. Assumes it is not already present.
self: *Self,
allocator: Allocator,
key: K,
value: V,