@@ -21,6 +21,9 @@ Arena :: struct
len : int
cap : int
Sub :: struct
len: int
get_len :: (s: *Arena): int // @todo
return s.next.len
The note is not visible to the blocked user.