pub type SenaryHeap<T> = DaryHeap<T, 6>;
A senary heap (d = 6).
pub struct SenaryHeap<T> { /* private fields */ }