Expand description
Indexing implementations for [T]
.
Modules
Traits
- A helper trait used for indexing operations.
Functions
- Convert pair of
ops::Bound
s intoops::Range
. ReturnsNone
on overflowing indices. - Convert pair of
ops::Bound
s intoops::Range
without performing any bounds checking and (in debug) overflow checking - Convert pair of
ops::Bound
s intoops::Range
. Panics on overflowing indices. - rangeExperimentalPerforms bounds-checking of a range.