ArrayTypeVar

Undocumented in source.

Constructors

this
this(TypeInfo typeInfo)
Undocumented in source.

Members

Functions

elementCount
size_t elementCount()
Undocumented in source. Be warned that the author may not have intended to support it.
elementCount
typeof(this) elementCount(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
elementSize
size_t elementSize()
Undocumented in source. Be warned that the author may not have intended to support it.
elementSize
typeof(this) elementSize(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
isPrintable
bool isPrintable()
Undocumented in source. Be warned that the author may not have intended to support it.
isPrintable
typeof(this) isPrintable(bool isPrintable)
Undocumented in source. Be warned that the author may not have intended to support it.
maxPrintCount
size_t maxPrintCount()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

_array
byte[] _array;
Undocumented in source.
_elementCount
size_t _elementCount;
Undocumented in source.
_elementSize
size_t _elementSize;
Undocumented in source.
_isPrintable
bool _isPrintable;
Undocumented in source.
_maxPrintCount
size_t _maxPrintCount;
Undocumented in source.

Inherited Members

From TypeVar

_typeInfo
TypeInfo _typeInfo;
Undocumented in source.
_name
string _name;
Undocumented in source.
_typeName
string _typeName;
Undocumented in source.
_size
size_t _size;
Undocumented in source.
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.
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.
size
size_t size [@property getter]
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.

Meta