Struct collections::std::ops::RangeTo
[−]
[src]
pub struct RangeTo<Idx> { pub end: Idx, }
A range which is only bounded above.
Fields
end | The upper bound of the range (exclusive). |