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

Method values_mut

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

Source from the content-addressed store, hash-verified

103 /// Iterate over all the values in this map, mutable edition.
104 #[inline]
105 pub fn values_mut(&mut self) -> slice::IterMut<'_, V> {
106 self.elems.iter_mut()
107 }
108
109 /// Return an owning iterator over the values of the map.
110 #[inline]

Callers

nothing calls this directly

Calls 1

iter_mutMethod · 0.45

Tested by

no test coverage detected