New slice memory layout (ptr+len); byte

This commit is contained in:
gingerBill
2017-11-26 18:36:46 +00:00
parent 5a9223afda
commit 74fa7ca25d
21 changed files with 426 additions and 507 deletions
-1
View File
@@ -11,7 +11,6 @@ String :: struct #ordered {
Slice :: struct #ordered {
data: rawptr,
len: int,
cap: int,
}
Dynamic_Array :: struct #ordered {