tokenCheck.tokenCheck

Undocumented in source.
  1. enum tokenCheck;
    template tokenCheck(string Exp, string Tok)
    protected final
    enum tokenCheck = `{auto t = expect(tok!"` ~ Tok ~ `");` ~ `if (t is null) { return null;}` ~ `else {` ~ Exp ~ ` = *t; }}`;
  2. template tokenCheck(string Tok)

Meta