(&mut self)
| 129 | /// Remove all entries from this map. |
| 130 | #[inline] |
| 131 | pub fn clear(&mut self) { |
| 132 | self.elems.clear(); |
| 133 | } |
| 134 | |
| 135 | /// Get the key that will be assigned to the next pushed value. |
| 136 | #[inline] |
nothing calls this directly
no outgoing calls
no test coverage detected