Value

Represents a value related to a Type.

union Value {
bool bool_;
dchar dchar_;
long long_;
ulong ulong_;
int int_;
uint uint_;
float float_;
double double_;
real real_;
creal creal_;
}

Members

Variables

pvoid
void* pvoid;

Represents a value related to a Type.

Meta