macro_rules! narr {
($($t:tt)*) => { ... };
}
Expand description
Sugar for NumericArray::new(arr![...])
ⓘ
#[macro_use]
extern crate generic_array;
is required to use this, as it still uses the arr!
macro internally.