Function count [src]
Returns the number of items stored in the set
Prototype
pub fn count(self: *const BufSet) usize
Parameters
self: *const BufSet
Source
pub fn count(self: *const BufSet) usize {
return self.hash_map.count();
}
pub fn count(self: *const BufSet) usize
self: *const BufSet
pub fn count(self: *const BufSet) usize {
return self.hash_map.count();
}