fn cloneWithAllocator(self: Self, new_allocator: Allocator) Allocator.Error!Self
Creates a copy of this map, using a specified allocator
self: Self,
new_allocator: Allocator,