Skip to main content

Hexadecatree

Type Alias Hexadecatree 

Source
pub type Hexadecatree<T, U, V = ()> = Orthotree<4, 8, 8, 16, T, U, V>;

Aliased Typeยง

pub struct Hexadecatree<T, U, V = ()> { /* private fields */ }