[][src]Macro cursed::vec_constructor

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