Function prefix_set

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

The prefix_set function returns the set of SetTerminal that are prefixes of a regular expression tree.