macro_rules! newtype_index {
($($(#[$attr:meta])* $vis:vis struct $name:ident;)*) => { ... };
}Expand description
Creates a new index type backed by NonMaxU32, with niche optimization for Option<T>.
macro_rules! newtype_index {
($($(#[$attr:meta])* $vis:vis struct $name:ident;)*) => { ... };
}Creates a new index type backed by NonMaxU32, with niche optimization for Option<T>.