asAlternatives property
Returns the alternatives for backtracking: the sequence and an empty match.
Implementation
Iterable<Element> get asAlternatives => [sequence, EmptyElement(toString())];
Returns the alternatives for backtracking: the sequence and an empty match.
Iterable<Element> get asAlternatives => [sequence, EmptyElement(toString())];