pub type Iter<'a, R, T> = Map<Iter<'a, T, R>, fn((&'a T, &'a R)) -> (&'a R, &'a T)>;
Iterates over references to the terms and coefficients of a ModuleString
pub struct Iter<'a, R, T> { /* private fields */ }