Lot's of work on Any and Type
This commit is contained in:
@@ -10,6 +10,11 @@ Slice :: struct
|
||||
|
||||
*/
|
||||
|
||||
Dynamic_Array :: struct
|
||||
data: *void
|
||||
len : S64
|
||||
cap : S64
|
||||
|
||||
Any :: struct
|
||||
data: *void
|
||||
type: Type
|
||||
|
||||
Reference in New Issue
Block a user