fn init(a: Allocator) BufSet
Create a BufSet using an allocator. The allocator will be used internally for both backing allocations and string duplication.
a: Allocator,