ValueUnion

Union defining the allocated space for the value

Members

Variables

boolean
bool boolean;
Undocumented in source.
floating
float floating;
Undocumented in source.
integer
int integer;
Undocumented in source.
none
Empty none;
Undocumented in source.
object
Object object;

Union defining the allocated space for the value

str
string str;
Undocumented in source.
uinteger
uint uinteger;
Undocumented in source.

Meta