(&self)
| 55 | #[inline] |
| 56 | #[must_use] |
| 57 | pub fn capacity(&self) -> usize { |
| 58 | self.elems.capacity() |
| 59 | } |
| 60 | |
| 61 | /// Check if `k` is a valid key in the map. |
| 62 | pub fn is_valid(&self, k: K) -> bool { |
nothing calls this directly
no outgoing calls
no test coverage detected