pub trait Connected<T>where
T: VertexType,{
fn connected(
representative: &mut [T],
a: T::IdentifierType,
b: T::IdentifierType
) -> bool;
}
Expand description
Connected operation
pub trait Connected<T>where
T: VertexType,{
fn connected(
representative: &mut [T],
a: T::IdentifierType,
b: T::IdentifierType
) -> bool;
}
Connected operation