macro_rules! int_range_index {
($(#[$attr:meta])* struct $Self_:ident($T:ty)) => { ... };
}
Expand description
Implements a range index type with operator overloads
macro_rules! int_range_index {
($(#[$attr:meta])* struct $Self_:ident($T:ty)) => { ... };
}
Implements a range index type with operator overloads