fn cloneWithAllocatorAndContext(self: Self, allocator: Allocator, ctx: anytype) !ArrayHashMap(K, V, @TypeOf(ctx), store_hash)
[src]
Create a copy of the hash map which can be modified separately. The copy uses the specified allocator and context.
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.