Struct cranelift_egraph::NodeIter
source · pub struct NodeIter<L: Language, A: Analysis<L = L>> { /* private fields */ }
Expand description
An iterator over all nodes in an eclass.
Because eclasses are immutable once created, this does not need to hold an open borrow on the egraph; it is free to add new nodes, while our existing Ids will remain valid.