Module len_trait::index [] [src]

Traits involving collections which index over a particular type.

Traits

IndexRange

Shorthand trait for collections which offer consistent, immutable slicing.

IndexRangeMut

Shorthand trait for collections which offer consistent, mutable slicing.

SplitAt

A trait for splitting a collection into two pieces at a given index.

SplitAtMut

A trait for splitting a collection into two mutable pieces at a given index.