fn cloneWithAllocator(self: Self, new_allocator: Allocator) Allocator.Error!Self

Creates a copy of this map, using a specified allocator

Parameters

self: Self,
new_allocator: Allocator,