Wrapper.opBinary

Place XML/HTML code in this wrapper, and write it to the output stream.

  1. void opBinary(void delegate() @(safe) build)
    struct Wrapper
    @safe
    void
    opBinary
    (
    string op : "~"
    )
    (
    void delegate
    ()
    @safe
    build
    )
  2. void opBinary(void delegate() @(system) build)

Parameters

build void delegate
()
@safe

Function to write content inside the wrapper.

Meta