mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
bit_set['A'..'Z'], bit_set[0..8]
This commit is contained in:
@@ -100,7 +100,9 @@ Type_Info_Bit_Field :: struct {
|
||||
offsets: []i32,
|
||||
};
|
||||
Type_Info_Bit_Set :: struct {
|
||||
base: ^Type_Info,
|
||||
elem: ^Type_Info,
|
||||
lower: i64,
|
||||
upper: i64,
|
||||
};
|
||||
|
||||
Type_Info :: struct {
|
||||
|
||||
Reference in New Issue
Block a user