The OpenD Programming Language

InterpolatedExpression.toString

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

import core.interpolation;
struct InterpolatedExpression(string text)
alias toString = __getEmptyString

Meta