Struct std::ops::RangeExperimental
[-]
[+]
[src]
pub struct Range<Idx> { pub start: Idx, pub end: Idx, }
A (half-open) range which is bounded at both ends.
Fields
start | The lower bound of the range (inclusive). |
end | The upper bound of the range (exclusive). |