Skip to main content

OctonaryHeap

Type Alias OctonaryHeap 

Source
pub type OctonaryHeap<T> = DaryHeap<T, 8>;
Expand description

An octonary heap (d = 8).

Aliased Typeยง

pub struct OctonaryHeap<T> { /* private fields */ }