The OpenD Programming Language

InterpolationHeader

Sentinel values to indicate the beginning and end of an interpolated expression sequence.

Note that these can nest, so while processing a sequence, it may be helpful to keep a nesting count if that knowledge is important to your application.

struct InterpolationHeader {}

Members

Aliases

toString
alias toString = __getEmptyString

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

Meta