Type Alias VecBisectTable

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

Aliased Typeยง

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