Function allocator [src]
Get the allocator used by this set
Prototype
pub fn allocator(self: *const BufSet) Allocator
Parameters
self: *const BufSet
Source
pub fn allocator(self: *const BufSet) Allocator {
return self.hash_map.allocator;
}