pub type OctonaryHeap<T> = DaryHeap<T, 8>;
An octonary heap (d = 8).
pub struct OctonaryHeap<T> { /* private fields */ }