Type Alias biodivine_sketchbook::sketchbook::model::VariableIterator
source · pub type VariableIterator<'a> = Iter<'a, VarId, Variable>;Expand description
An iterator over all (VarId, Variable) pairs of a ModelState.
Aliased Type§
struct VariableIterator<'a> { /* private fields */ }