bit_set['A'..'Z'], bit_set[0..8]

This commit is contained in:
gingerBill
2018-08-16 15:16:57 +01:00
parent ec84188597
commit 884d5fed9f
12 changed files with 270 additions and 98 deletions
+3 -1
View File
@@ -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 {