Expand description
Indexing implementations for [T].
Modulesยง
- private_
slice_ ๐index
Traitsยง
- Slice
Index - A helper trait used for indexing operations.
Functionsยง
- get_
offset_ ๐ โlen_ mut_ noubcheck - get_
offset_ ๐ โlen_ noubcheck - into_
range ๐ - Converts pair of
ops::Bounds intoops::Range. ReturnsNoneon overflowing indices. - into_
range_ ๐unchecked - Converts a pair of
ops::Bounds intoops::Rangewithout performing any bounds checking or (in debug) overflow checking. - into_
slice_ ๐range - Converts pair of
ops::Bounds intoops::Range. Panics on overflowing indices. - slice_
index_ ๐fail - range
Experimental - Performs bounds checking of a range.
- try_
range Experimental - Performs bounds checking of a range without panicking.