makeParser.LastResult

Union to hold results of each pattern match

mixintemplate makeParser(Input, alias supply, alias basicMatcher)
static
union LastResult {}

Members

Functions

byIndex
auto ref byIndex()

Get a stored value by its index.

Templates

ByIndex
template ByIndex(ptrdiff_t i)

Type of the value at given index.

Meta