pub type Nodes<const D: usize, const M: usize, const N: usize, T, U, V = ()> = Vec<Node<D, M, N, T, U, V>>;
pub struct Nodes<const D: usize, const M: usize, const N: usize, T, U, V = ()> { /* private fields */ }