fn putNoClobber(self: *Self, allocator: Allocator, key: K, value: V) !void

Inserts a key-value pair into the hash map, asserting that no previous entry with the same key is already present

Parameters

self: *Self,
allocator: Allocator,
key: K,
value: V,