fn clone(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 is allocated with the provided allocator.
self: Self,
allocator: Allocator,