[][src]Type Definition free_algebra::module::Iter

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