fn cloneWithAllocator(self: *const BufSet, new_allocator: Allocator) Allocator.Error!BufSet
Creates a copy of this BufSet, using a specified allocator.
self: *const BufSet,
new_allocator: Allocator,