Component

Type Alias Component 

Source
pub type Component<N> = HashSet<N>;
Expand description

Each connected component is represented as a set of nodes

Aliased Typeยง

pub struct Component<N> { /* private fields */ }