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

Method into_mut

src/entity/sparse.rs:518–520  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

516 #[inline]
517 #[must_use]
518 pub fn into_mut(self) -> &'a mut V {
519 &mut self.map.dense[self.index].1
520 }
521
522 /// Sets the value of the entry to `value`, and returns the entry's old value.
523 #[inline]

Callers 4

or_insertMethod · 0.80
or_insert_withMethod · 0.80
or_insert_with_keyMethod · 0.80
or_defaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected