Trait len_trait::index::IndexRangesMut [] [src]

pub trait IndexRangesMut<Idx>: IndexMut<Range<Idx>> + IndexMut<RangeTo<Idx>> + IndexMut<RangeFrom<Idx>> + IndexMut<RangeInclusive<Idx>> + IndexMut<RangeToInclusive<Idx>> + IndexMut<RangeFull> + IndexRanges<Idx> { }

Shorthand trait for collections which offer consistent, mutable slicing.

Implementors