ParseTree.failMsg

Generates a generic error when a node fails

@param successMsg String returned when there isn't an error @param formatFailMsg Formating delegate function that generates the error message.

struct ParseTree
const @property pure
string
failMsg
(
string delegate
(,
string
,
string
,
const ParseTree
)
@safe pure
formatFailMsg = defaultFormatFailMsg
,
string successMsg = "Sucess"
)

Meta