CxGlobalVariable

struct CxGlobalVariable {
Nullable!USRType usr;
Nullable!Language language;
}

Constructors

this
this(USRType usr, TypeKindVariable var)

do NOT use the usr from var.type.kind.usr, it is for the type not the instance.

Members

Functions

toString
void toString(scope Writer sink, FormatSpec!Char fmt)

If formatSpec is "%u" then the USR will be put as a comment.

Meta