1
2
3
4
5
6
7
//! Module contains iterator specific trait implementations.

use super::U256;

impl_iter! {
    impl Iter for U256;
}