The OpenD Programming Language

InterpolationFooter.toString

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

import core.interpolation;
struct InterpolationFooter
alias toString = __getEmptyString

Meta