HashMapIPQ

Type Alias HashMapIPQ 

Source
pub type HashMapIPQ<Index, Priority> = IndexedPriorityQueue<Index, IndexedHashMap<Index, Priority>, IndexedHashMap<Index, usize>>;

Aliased Typeยง

pub struct HashMapIPQ<Index, Priority> { /* private fields */ }