number of connected components
(&self)
| 51 | |
| 52 | /// number of connected components |
| 53 | pub fn count(&self) -> usize { |
| 54 | self.count |
| 55 | } |
| 56 | |
| 57 | /// component identifier for v |
| 58 | /// ( between 0 and count()-1 ) |
nothing calls this directly
no outgoing calls
no test coverage detected