fn cloneWithAllocator(self: Self, allocator: Allocator) !Self
Create a copy of the hash map which can be modified separately. The copy uses the same context as this instance, but the specified allocator.
self: Self,
allocator: Allocator,