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).

Trait Implementations

Derived Implementations

impl<Idx: Copy> Copy for RangeTo<Idx>