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)
    struct HTML
    @system
    void
    opBinary
    (
    string op : "~"
    )
    (
    void delegate @system rhs
    )
  4. void opBinary(void delegate(HTML o) @(safe) rhs)

Parameters

rhs void delegate @system

The function to read the output.

Meta