[][src]Crate integer_iterator

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.