fn cloneWithContext(self: Self, 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 same allocator as this instance, but the specified context.

Parameters

self: Self,
ctx: anytype,