Module len_trait::index [] [src]

Traits involving collections which index over a particular type.

Traits

IndexRanges

Shorthand trait for collections which offer consistent, immutable slicing.

IndexRangesMut

Shorthand trait for collections which offer consistent, mutable slicing.

SplitAt

Trait for collections which can be split into two pieces at a given index.

SplitAtMut

Trait for collections which can be split into two pieces at a given index.