makeParser.TupleWrap

Wrap the tuple in a std.typecons.Tuple if its length isn't 1, otherwise return the sole item.

mixintemplate makeParser(Input, alias supply, alias basicMatcher)
static
template TupleWrap (
items...
) {}

Members

Aliases

TupleWrap
alias TupleWrap = items[0]
Undocumented in source.
TupleWrap
alias TupleWrap = Tuple!items
Undocumented in source.

Meta