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)
  3. ThisParser opBinary(B delegate(B, const S) dg)
    class Parser(B, S = string)
    ThisParser
    opBinary
    (
    string op
    )
    (
    B delegate
    (
    B
    ,
    const S
    )
    dg
    )
    if (
    op == "%"
    )
    if (
    isSomeString!S
    )
  4. Group opBinary(ThisParser other)

Meta