DebugVariable

class DebugVariable {
string name;
string type;
string value;
DebugVariable[] children;
}

Constructors

this
this(DebugVariable v)

deep copy

Meta