MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / iter

Method iter

src/entity/sparse.rs:244–246  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

242 /// Iterate over all the keys and values in this map.
243 #[inline]
244 pub fn iter(&self) -> slice::Iter<'_, (K, V)> {
245 self.dense.iter()
246 }
247
248 /// Iterate over all the keys and values in this map, mutable edition.
249 #[inline]

Callers 5

rebuild_mappingMethod · 0.45
keysMethod · 0.45
valuesMethod · 0.45
into_iterMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected