Iterate over all alias regions and their data.
(&self)
| 559 | |
| 560 | /// Iterate over all alias regions and their data. |
| 561 | pub fn iter(&self) -> impl Iterator<Item = (AliasRegion, &AliasRegionData)> { |
| 562 | self.alias_regions.iter() |
| 563 | } |
| 564 | |
| 565 | /// Clear the set. |
| 566 | pub fn clear(&mut self) { |
no outgoing calls