Trait pulau_rs::Find

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

Find operation

Required Methods§

Implementors§