Struct flex_algo::priority_queue::PriorityQueue
source · pub struct PriorityQueue<F, T>where
F: Fn(&T, &T) -> bool,
T: PartialOrd + Debug,{ /* private fields */ }
pub struct PriorityQueue<F, T>where
F: Fn(&T, &T) -> bool,
T: PartialOrd + Debug,{ /* private fields */ }