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