guillotine ~master (2023-10-01T19:46:00Z)
Home
Dub
Repo
ValueUnion
guillotine
value
Union defining the allocated space for the value
union
ValueUnion {
Object
object
;
int
integer
;
uint
uinteger
;
float
floating
;
bool
boolean
;
string
str
;
Empty
none
;
}
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
Source
See Implementation
guillotine
value
structs
Empty
Value
unions
ValueUnion
Union defining the allocated space for the value