ionTokenMsg

Undocumented in source. Be warned that the author may not have intended to support it.
@property @safe pure nothrow @nogc
string
ionTokenMsg

Examples

static assert(IonTokenType.TokenInvalid.ionTokenMsg == "<invalid>");
static assert(IonTokenType.TokenCloseDoubleBrace.ionTokenMsg == "}}");

Meta