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

Method iter_mut

src/entity/primary_map.rs:125–127  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

123 /// Iterate over all the keys and values in this map, mutable edition.
124 #[inline]
125 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
126 IterMut::new(self.elems.iter_mut())
127 }
128
129 /// Remove all entries from this map.
130 #[inline]

Callers 2

values_mutMethod · 0.45
into_iterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected