DoxigAlpha

allocator

Get the allocator used by this set

Function parameters

Parameters

#
self:*const BufSet

A BufSet is a set of strings.

Types

#
BufSet
A BufSet is a set of strings.

Source

Implementation

#
pub fn allocator(self: *const BufSet) Allocator {
    return self.hash_map.allocator;
}