HTML.opBinary

Write an istring to the output stream.

  1. void opBinary(T rhs)
  2. void opBinary(InterpolationHeader , Ts text)
    struct HTML
    static if(withInterpolation)
    void
    opBinary
    (
    string op : "~"
    Ts...
    )
    (
    InterpolationHeader
    ,
    Ts text
    )
  3. void opBinary(void delegate(HTML o) @(system) rhs)
  4. void opBinary(void delegate(HTML o) @(safe) rhs)

Meta