(&mut self)
| 100 | /// Remove all elements from the map. |
| 101 | #[inline] |
| 102 | pub fn clear(&mut self) { |
| 103 | self.dense.clear(); |
| 104 | } |
| 105 | |
| 106 | /// Returns a reference to the value corresponding to the key. |
| 107 | #[inline] |
no outgoing calls
no test coverage detected