Function count [src]
Returns the number of KV pairs stored in the map.
Prototype
pub fn count(self: BufMap) BufMapHashMap.Size
Parameters
self: BufMap
Source
pub fn count(self: BufMap) BufMapHashMap.Size {
return self.hash_map.count();
}