Macro generic_array::arr

source ยท
macro_rules! arr {
    ($T:ty; $($x:expr),*) => { ... };
    ($($x:expr,)*) => { ... };
}
Expand description

Macro allowing for easy generation of Generic Arrays.