Module int

Source
Expand description

Defines wrappers around standard integers to use the as indices.

Structs§

Intex
An adaptor for ops::Index that uses this crate’s IntSliceIndex instead of the standard one.
TryIndex
An indexing adaptor for TryInto.

Traits§

IntSliceIndex
A trait for mathematical integer based indices.
SliceIntExt
An extension trait allowing slices to be indexed by everything convertible to usize.