Crate integer_iterator
source · [−]Structs
A simple wrapper type over the integer type T
because Rust
reserves the right to implement
Iterator
for them.
Traits
Extends a type T
with the ability to become a DigitIterator
.
A simple wrapper type over the integer type T
because Rust
reserves the right to implement
Iterator
for them.
Extends a type T
with the ability to become a DigitIterator
.