pub type Hexadecatree<T, U, V = ()> = Orthotree<4, 8, 8, 16, T, U, V>;
pub struct Hexadecatree<T, U, V = ()> { /* private fields */ }