Wrapper

A wrapper element that can be used in @safe code.

Members

Aliases

Generator
alias Generator = void delegate() @(safe)
Undocumented in source.

Functions

opBinary
void opBinary(void delegate() @(system) build)

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

opBinary
void opBinary(void delegate() @(safe) build)

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

Variables

generator
void delegate(Generator) @(safe) generator;

Function generating wrapper code.

Meta