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