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.
pub fn suffix_set(regex_tree: &Node) -> HashSet<SetTerminal>
The suffix_set
function returns the set of SetTerminal that are suffixes of a regular expression tree.