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