Crate integer_iterator

Source

Structs§

DigitIterator
A simple wrapper type over the integer type T because Rust reserves the right to implement Iterator for them.

Traits§

IntoDigits
Extends a type T with the ability to become a DigitIterator.