macro_rules! impl_array_newtype {
($thing:ident, $ty:ty, $len:expr) => { ... };
}Expand description
gives a newtype array wrapper standard array traits
macro_rules! impl_array_newtype {
($thing:ident, $ty:ty, $len:expr) => { ... };
}gives a newtype array wrapper standard array traits