Iter

Type Alias Iter 

Source
pub type Iter<'a, R, T> = Map<Iter<'a, T, R>, fn((&'a T, &'a R)) -> (&'a R, &'a T)>;
Expand description

Iterates over references to the terms and coefficients of a ModuleString

Aliased Typeยง

pub struct Iter<'a, R, T> { /* private fields */ }