pub type SeptenaryHeap<T> = DaryHeap<T, 7>;
A septenary heap (d = 7).
pub struct SeptenaryHeap<T> { /* private fields */ }