TypeVar

Undocumented in source.

Constructors

this
this(TypeInfo typeInfo)
Undocumented in source.
this
this(string typeName, size_t size)
Undocumented in source.

Members

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
typeName
string typeName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
typeName
string typeName [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_name
string _name;
Undocumented in source.
_size
size_t _size;
Undocumented in source.
_typeInfo
TypeInfo _typeInfo;
Undocumented in source.
_typeName
string _typeName;
Undocumented in source.

Meta