Type Alias copy_range::CopyRangeTo
source · pub type CopyRangeTo<Idx> = RangeTo<Idx>;Expand description
core::ops::RangeTo is already Copy if Idx is Copy, so we just
reexport it.
pub type CopyRangeTo<Idx> = RangeTo<Idx>;core::ops::RangeTo is already Copy if Idx is Copy, so we just
reexport it.