StreamFormatOp.opBinary

Defines multiple overloads of the binary operator that accept a value and return either the stream itself, a const version, or a character array, plus a mixin template.

  1. typeof(this) opBinary(T c)
  2. typeof(this) opBinary(T c)
  3. const(C)[] opBinary(T c)
    mixintemplate StreamFormatOp(C)
    scope
    const(C)[]
    opBinary
    (
    string op : "<<"
    T : GetData
    )
    (
    scope const T c
    )