Data

Data structure for holding data in a raw format with type information.

Members

Aliases

getUTF8
alias getUTF8 = getString
getUtf8
alias getUtf8 = getString
getInt
int getInt()
getObject
Object getObject()
getString
Dstring getString()
getStrings
Dstring[] getStrings()
getText
ubyte[] getText()
getUint
int getUint()
getUnicodeText
Dwstring getUnicodeText()

Functions

getValue
T getValue()

Properties

info
TypeInfo info [@property getter]

Information about the data type.

value
void[] value [@property getter]

The data's raw value.

Static functions

opCall
Data opCall(...)

Construct a new Data structure.

Meta