vec_constructor

Macro vec_constructor 

Source
macro_rules! vec_constructor {
    { $( $ty_name:ident => $ty:ty ),* } => { ... };
}