fn cloneWithAllocatorAndContext(self: Self, new_allocator: Allocator, new_ctx: anytype) Allocator.Error!HashMap(K, V, @TypeOf(new_ctx), max_load_percentage)

Creates a copy of this map, using a specified allocator and context.

Parameters

self: Self,
new_allocator: Allocator,
new_ctx: anytype,