Function suffix_set

Source
pub fn suffix_set(regex_tree: &Node) -> HashSet<SetTerminal>
Expand description

The suffix_set function returns the set of SetTerminal that are suffixes of a regular expression tree.