HTML.opBinary

Pass self to a function.

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

Parameters

rhs void delegate @safe

The function to read the output.

Meta