IntoIter

Type Alias IntoIter 

Source
pub type IntoIter<R, T> = Map<IntoIter<T, R>, fn((T, R)) -> (R, T)>;
Expand description

Iterates over terms and coefficients of a ModuleString

Aliased Typeยง

pub struct IntoIter<R, T> { /* private fields */ }