Type Alias copy_range::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.
pub type CopyRangeToInclusive<Idx> = RangeToInclusive<Idx>;core::ops::RangeToInclusive is already Copy if Idx is Copy, so we
just reexport it.