Type Alias general_sam::table::VecBisectTable

source ·
pub type VecBisectTable<K> = BisectTable<K, Vec<(K, GeneralSAMNodeID)>>;

Aliased Type§

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