macro_rules! params { ([$($p:expr),*], $v:ident...) => { ... }; ($v:ident...) => { ... }; ($($p:expr),*) => { ... }; }
Provides shorthand for converting Vec<ScalarType> into Vec<ParamType>.
Vec<ScalarType>
Vec<ParamType>