transform

Apply func to the data returned by the Parser

This transform Parser from a parser returning data type T to a parser returning data type typeof(func(T))

struct transform (
Parser
alias func
) {}

Members

Static functions

opCall
auto opCall(R r)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta