mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Demo 004
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ Type_Info :: union {
|
||||
fields: []Member
|
||||
packed: bool
|
||||
ordered: bool
|
||||
size: int
|
||||
align: int
|
||||
size: int // in bytes
|
||||
align: int // in bytes
|
||||
}
|
||||
|
||||
Named: struct #ordered {
|
||||
|
||||
Reference in New Issue
Block a user