Trait pulau_rs::Connected

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

Connected operation

Required Methods§

Implementors§