Et.Ett

Template with parameters parameters.

Constructors

this
this(string tmpl, string params)

Represent a template with parameters.

Alias This

toString

Members

Functions

opBinary
auto opBinary(in T rhs)

Only handles the concatenation operator "~".

opCall
auto opCall(T value)

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>' | ----------|----- |tmpl |params

Meta