Skip to main content

QuaternaryHeap

Type Alias QuaternaryHeap 

Source
pub type QuaternaryHeap<T> = DaryHeap<T, 4>;
Expand description

A quaternary heap (d = 4).

Aliased Typeยง

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