Skip to main content

Nodes

Type Alias Nodes 

Source
pub type Nodes<const D: usize, const M: usize, const N: usize, T, U, V = ()> = Vec<Node<D, M, N, T, U, V>>;

Aliased Typeยง

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