Constant

A node representing a constant value.

@safe
struct Constant (
string s
) {}

Alias This

value

Members

Functions

toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
string value;
Undocumented in source.

Meta