pub type TernaryHeap<T> = DaryHeap<T, 3>;
A ternary heap (d = 3).
pub struct TernaryHeap<T> { /* private fields */ }