more.build

Undocumented in source.
template more(size_t n, alias parser, alias sep = success!())
template build (
alias kind
SrcType
) {}

Members

Functions

parse
Result parse(Input!SrcType input, Caller caller)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin MAKE_RESULT!q{ getParseResultType!(parser.build!(kind, SrcType))[] }
Undocumented in source.

Meta