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