The OpenD Programming Language

InterpolatedExpression

Represents the source code of an expression passed as part of an interpolated expression sequence.

struct InterpolatedExpression (
string text
) {}

Members

Aliases

toString
alias toString = __getEmptyString

Returns null for easy compatibility with existing functions like std.stdio.writeln and std.conv.text.

Manifest constants

expression
enum expression;

Returns the text of an interpolated expression used in the original literal, if provided by the implementation.

Meta