VecBisectTable

Type Alias VecBisectTable 

Source
pub type VecBisectTable<K> = BisectTable<K, Vec<(K, GeneralSamNodeID)>>;

Aliased Typeยง

pub struct VecBisectTable<K> { /* private fields */ }