Make Type_Info have no implicit padding

This commit is contained in:
gingerBill
2025-03-06 09:59:14 +00:00
parent 8f299af74b
commit 58b76fb14a

View File

@@ -228,7 +228,7 @@ Type_Info_Flag :: enum u8 {
Comparable = 0,
Simple_Compare = 1,
}
Type_Info_Flags :: distinct bit_set[Type_Info_Flag; u32]
Type_Info_Flags :: distinct bit_set[Type_Info_Flag; u64]
Type_Info :: struct {
size: int,