Et.Ett

Template with parameters parameters.

Constructors

this
this(string tmpl_, string params)

Represent a template.

this
this(string tmpl_, T args)

Represent a template with multiple parameters.

Alias This

toString

Members

Functions

opBinary
auto opBinary(T rhs)

Only handles the concatenation operator "~".

opCall
auto opCall(T args)

Represent the semantic meaning of Identifier(..) as text.

opCast
T opCast()

String representation. Explicit.

Properties

toString
string toString [@property getter]

String representation. Implicit.

Examples

'static_cast'<int>' | ----------|----- |template |params

Meta