DefaultMapIPQ

Type Alias DefaultMapIPQ 

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

Aliased Typeยง

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