M3ValueUnion

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc @system nothrow
union M3ValueUnion {}

Members

Variables

f32
float f32;
Undocumented in source.
f64
double f64;
Undocumented in source.
i32
uint i32;
Undocumented in source.
i64
ulong i64;
Undocumented in source.

Meta