pub type QuaternaryHeap<T> = DaryHeap<T, 4>;
A quaternary heap (d = 4).
pub struct QuaternaryHeap<T> { /* private fields */ }