mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-29 17:53:58 +00:00
Add field tags to bit_field
This commit is contained in:
@@ -187,6 +187,7 @@ Type_Info_Bit_Field :: struct {
|
||||
types: []^Type_Info,
|
||||
bit_sizes: []uintptr,
|
||||
bit_offsets: []uintptr,
|
||||
tags: []string,
|
||||
}
|
||||
|
||||
Type_Info_Flag :: enum u8 {
|
||||
|
||||
Reference in New Issue
Block a user