pub type QuinaryHeap<T> = DaryHeap<T, 5>;
A quinary heap (d = 5).
pub struct QuinaryHeap<T> { /* private fields */ }