Macro binary_heap

Source
macro_rules! binary_heap {
    ($($value:expr),* $(,)?) => { ... };
}
Expand description

Creates a collection BinaryHeap