Macro convert_vec

Source
macro_rules! convert_vec {
    ($vec:expr, $type:ty) => { ... };
}
Expand description

Convenience macro for converting a raw numeric Vec to a generic Vec.