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)
    struct Lexer
    int
    opApply
    (
    scope int delegate
    (,
    string val
    )
    del
    )
  2. int opApply(int delegate(Tok tok, Literal literal, string val) del)

Meta