SystemWrapper.opBinary

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

struct SystemWrapper
@system
void
opBinary
(
string op : "~"
)
(
void delegate
()
@system
build
)

Parameters

build void delegate
()
@system

Function to write content inside the wrapper.

Meta