sub_terms

Function sub_terms 

Source
pub fn sub_terms(r: RegLan) -> impl Iterator<Item = RegLan>
Expand description

Iterator for the sub-terms of r

  • This enumerates the sub-terms of r, without duplicates, in a breadth-first order. The term r is included. It comes first in the iteration.