CopyRangeToInclusive

Type Alias CopyRangeToInclusive 

Source
pub type CopyRangeToInclusive<Idx> = RangeToInclusive<Idx>;
Expand description

core::ops::RangeToInclusive is already Copy if Idx is Copy, so we just reexport it.

Aliased Type§

pub struct CopyRangeToInclusive<Idx> {
    pub end: Idx,
}

Fields§

§end: Idx

The upper bound of the range (inclusive)