Skip to main content

RegexMap

Type Alias RegexMap 

Source
pub type RegexMap<'a> = HashMap<&'a str, Rc<RegexTerminal<'a>>>;
Expand description

A map from a regular expression to the RegexTerminal that it represents.

Aliased Typeยง

pub struct RegexMap<'a> { /* private fields */ }