Lexer.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(Tok tok, string val) del)
  2. int opApply(int delegate(Tok tok, Literal literal, string val) del)
    struct Lexer
    int
    opApply
    (
    scope int delegate del
    )

Meta