iterator
Returns an iterator over entries in the map.
Function parameters
Parameters
- self:*const BufMap
BufMap copies keys and values before they go into the map and
Types
- BufMap
- BufMap copies keys and values before they go into the map and
Source
Implementation
pub fn iterator(self: *const BufMap) BufMapHashMap.Iterator {
return self.hash_map.iterator();
}