macro_rules! n_vec { [] => { ... }; [$($elems:expr),+ $(,)?] => { ... }; [$elem:expr; $len:expr] => { ... }; }
Constructs a new NVec object.
NVec