macro_rules! convert_vec { ($vec:expr, $type:ty) => { ... }; }
Convenience macro for converting a raw numeric Vec to a generic Vec.
Vec