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