The OpenD Programming Language

InterpolatedLiteral

Represents a fragment of a string literal in between expressions passed as part of an interpolated expression sequence.

struct InterpolatedLiteral (
string text
) {}

Members

Static functions

toString
string toString()

Returns the text of the interpolated string literal for this segment of the tuple, for easy access and compatibility with existing functions like std.stdio.writeln and std.conv.text.

Meta