fn putNoClobber(self: *Self, 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,
key: K,
value: V,