More work on types
This commit is contained in:
@@ -18,7 +18,7 @@ Arena :: struct
|
||||
// arena: Arena
|
||||
next: *Arena
|
||||
data: *Int
|
||||
len : Int
|
||||
len : S64
|
||||
cap : Int
|
||||
|
||||
Sub :: struct
|
||||
@@ -26,7 +26,7 @@ Arena :: struct
|
||||
Sub_Sub :: struct
|
||||
len: Int
|
||||
|
||||
get_len :: (s: *Arena): Int // @todo
|
||||
get_len :: (s: *Arena): S64 // @todo
|
||||
return s.next.len
|
||||
|
||||
constant_inside :: 10000
|
||||
|
||||
Reference in New Issue
Block a user