Skip to main content

QuinaryHeap

Type Alias QuinaryHeap 

Source
pub type QuinaryHeap<T> = DaryHeap<T, 5>;
Expand description

A quinary heap (d = 5).

Aliased Typeยง

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