VoidType

Undocumented in source.
@safe final
class VoidType : Type {}

Constructors

this
this()
Undocumented in source.

Members

Functions

kind
TypeKind kind()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Type

range
Range range;
Undocumented in source.
kind
TypeKind kind()
Undocumented in source. Be warned that the author may not have intended to support it.
id
ulong id()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta