TaggedType

Dummy type used to associate tags with a type.

struct TaggedType (
T
string name
) if (
name.length
) {}

Members

Functions

opCmp
int opCmp(typeof(this) )
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta