mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Complex numbers: complex64 complex128
This commit is contained in:
@@ -41,6 +41,7 @@ Type_Info :: union {
|
||||
Named{name: string, base: ^Type_Info},
|
||||
Integer{size: int, signed: bool},
|
||||
Float{size: int},
|
||||
Complex{size: int},
|
||||
String{},
|
||||
Boolean{},
|
||||
Any{},
|
||||
|
||||
Reference in New Issue
Block a user