(self)
| 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] |
no outgoing calls
no test coverage detected