pub type Iter<'a, T> = Chain<Iter<'a, T>, Iter<'a, T>>;
pub struct Iter<'a, T> { /* private fields */ }