mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 21:24:59 -07:00
Remove Type
What was I thinking?!
This commit is contained in:
@@ -61,7 +61,6 @@ TypeInfo :: union {
|
||||
String{},
|
||||
Boolean{},
|
||||
Any{},
|
||||
Type{},
|
||||
Pointer{
|
||||
elem: ^TypeInfo, // nil -> rawptr
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user