The OpenD Programming Language

InterpolatedLiteral.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.

struct InterpolatedLiteral(string text)
static @nogc pure nothrow @safe
string
toString
()

Meta