[][src]Macro tinyvec::arr_vec

macro_rules! arr_vec {
    ($array_type:ty) => { ... };
    ($array_type:ty, $($elem:expr),*) => { ... };
}