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

Method iter_mut

src/entity/sparse.rs:250–252  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

248 /// Iterate over all the keys and values in this map, mutable edition.
249 #[inline]
250 pub fn iter_mut(&mut self) -> slice::IterMut<'_, (K, V)> {
251 self.dense.iter_mut()
252 }
253
254 /// Iterate over all the keys in this map.
255 #[inline]

Callers 8

clearMethod · 0.45
finalize_stack_layoutMethod · 0.45
take_all_value_setsMethod · 0.45
bitand_assignMethod · 0.45
bitor_assignMethod · 0.45
values_mutMethod · 0.45
into_iterMethod · 0.45
unionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected