Function regex_automata::meta::reverse_inner::flatten
source ยท fn flatten(hir: &Hir) -> Hir
Expand description
Returns a copy of the given HIR but with all capturing groups removed.
fn flatten(hir: &Hir) -> Hir
Returns a copy of the given HIR but with all capturing groups removed.