Lambdas are now const while resolving, Aliasing lambdas

This commit is contained in:
Krzosa Karol
2022-10-01 14:21:24 +02:00
parent 02addfb389
commit df291c6eb5
7 changed files with 41 additions and 28 deletions

View File

@@ -1,20 +1,4 @@
/*
String :: struct
str: *U8
len: S64
Slice :: struct
data: *void
len : S64
*/
Dynamic_Array :: struct
data: *void
len : S64
cap : S64
Any :: struct
data: *void
type: Type