StructIncludesNode

Undocumented in source.

Constructors

this
this(string baseType, string name, Node[] children)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

baseType
string baseType;
Undocumented in source.
children
Node[] children;
Undocumented in source.
name
string name;
Undocumented in source.

Inherited Members

From Node

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source.

Meta