macro_rules! make_array_newtype {
($name:ident, $ty:ty, $len:expr) => { ... };
}Expand description
Creates an array newtype for given length with special access operators already implemented.
macro_rules! make_array_newtype {
($name:ident, $ty:ty, $len:expr) => { ... };
}Creates an array newtype for given length with special access operators already implemented.