generic_array::arr!
[−]
[src]
macro_rules! arr { ($T:ty; $($x:expr),*) => { ... }; ($($x:expr,)*) => { ... }; }
Macro allowing for easy generation of Generic Arrays.
macro_rules! arr { ($T:ty; $($x:expr),*) => { ... }; ($($x:expr,)*) => { ... }; }
Macro allowing for easy generation of Generic Arrays.