returns true if this set is empty
(&self)
| 119 | |
| 120 | /// returns true if this set is empty |
| 121 | pub fn is_empty(&self) -> bool { |
| 122 | self.inner.is_empty() |
| 123 | } |
| 124 | |
| 125 | /// Return the length of this set |
| 126 | #[cfg(test)] |
no outgoing calls
no test coverage detected