mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Add Type -- Runtime type for comparing types (similar to TypeInfo but simpler)
This commit is contained in:
@@ -61,6 +61,7 @@ TypeInfo :: union {
|
||||
String{},
|
||||
Boolean{},
|
||||
Any{},
|
||||
Type{},
|
||||
Pointer{
|
||||
elem: ^TypeInfo, // nil -> rawptr
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user