fn cloneWithContext(self: Self, new_ctx: anytype) Allocator.Error!HashMap(K, V, @TypeOf(new_ctx), max_load_percentage)
Creates a copy of this map, using a specified context
self: Self,
new_ctx: anytype,