range

Macro int_range_index

Source
macro_rules! int_range_index {
    ($(#[$attr:meta])* struct $Self_:ident($T:ty)) => { ... };
}
Expand description

Implements a range index type with operator overloads