Data

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

Members

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