DocumentOutput.opBinary

Write an istring to the stream.

  1. void opBinary(T rhs)
  2. void opBinary(InterpolationHeader , Ts text)
    struct DocumentOutput
    static if(withInterpolation)
    void
    opBinary
    (
    string op : "~"
    Ts...
    )
    (
    InterpolationHeader
    ,
    Ts text
    )

Parameters

text Ts

Text to write.

Meta