pub type VariableIdIterator = Map<Range<usize>, fn(_: usize) -> VariableId>;
Expand description

An iterator over all VariableIds of a RegulatoryGraph (or a BooleanNetwork).