fn cloneWithAllocator(self: *const BufSet, new_allocator: Allocator) Allocator.Error!BufSet

Creates a copy of this BufSet, using a specified allocator.

Parameters

self: *const BufSet,
new_allocator: Allocator,