[go: up one dir, main page]

BinaryHeap

Type Alias BinaryHeap 

Source
pub type BinaryHeap<T> = DaryHeap<T, 2>;
Expand description

A binary heap (d = 2).

Aliased Typeยง

pub struct BinaryHeap<T> { /* private fields */ }