Constants in structs

This commit is contained in:
Krzosa Karol
2022-05-30 13:44:10 +02:00
parent 55fd4ca40c
commit 0e0b95ab52
6 changed files with 17 additions and 11 deletions

View File

@@ -11,6 +11,9 @@ Arena :: struct
len : int
cap : int
get_len :: (s: *Arena): int
return s.len
string16: Str16
String16 :: struct