fn cloneWithAllocatorAndContext(self: Self, allocator: Allocator, ctx: anytype) !ArrayHashMap(K, V, @TypeOf(ctx), store_hash)

Create a copy of the hash map which can be modified separately. The copy uses the specified allocator and context.

Parameters

self: Self,
allocator: Allocator,
ctx: anytype,