DocumentOutput.opBinary

Append a string or Element to the stream.

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

Parameters

rhs T

string or Element to append.

Meta