Parser.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Group opBinary(ThisParser other)
  2. Group opBinary(ThisParser other)
    class Parser(B, S = string)
    Group
    opBinary
    (
    string op
    )
    (
    ThisParser other
    )
    if (
    op == "*"
    )
    if (
    isSomeString!S
    )
  3. ThisParser opBinary(B delegate(B, const S) dg)
  4. Group opBinary(ThisParser other)

Meta