mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Merge raw_union into struct as a memory layout tag #raw_union
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ CallingConvention :: enum {
|
||||
// The compiler relies upon this _exact_ order
|
||||
TypeInfo :: struct #ordered {
|
||||
// Core Types
|
||||
EnumValue :: raw_union {
|
||||
EnumValue :: struct #raw_union {
|
||||
f: f64;
|
||||
i: i128;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user