Expand description
Defines wrappers around standard integers to use the as indices.
Structs§
- Intex
- An adaptor for
ops::Index
that uses this crate’sIntSliceIndex
instead of the standard one. - TryIndex
- An indexing adaptor for
TryInto
.
Traits§
- IntSlice
Index - A trait for mathematical integer based indices.
- Slice
IntExt - An extension trait allowing slices to be indexed by everything convertible to
usize
.