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

Method iter

src/entity/primary_map.rs:119–121  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

117 #[inline]
118 #[must_use]
119 pub fn iter(&self) -> Iter<'_, K, V> {
120 Iter::new(self.elems.iter())
121 }
122
123 /// Iterate over all the keys and values in this map, mutable edition.
124 #[inline]

Callers 3

valuesMethod · 0.45
into_iterMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected