TypeTemplateParameter

Template type parameter

Constructors

this
this(Location location, Name name, uint index, Type specialization, Type defaultValue)
Undocumented in source.

Members

Functions

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultValue
Type defaultValue;
Undocumented in source.
specialization
Type specialization;
Undocumented in source.

Inherited Members

From TemplateParameter

index
uint index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta