Expand description
Defines wrappers around standard integers to use the as indices.
Structs§
- Intex
- An adaptor for
ops::Indexthat uses this crate’sIntSliceIndexinstead 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.