mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
New slice memory layout (ptr+len); byte
This commit is contained in:
@@ -11,7 +11,6 @@ String :: struct #ordered {
|
||||
Slice :: struct #ordered {
|
||||
data: rawptr,
|
||||
len: int,
|
||||
cap: int,
|
||||
}
|
||||
|
||||
Dynamic_Array :: struct #ordered {
|
||||
|
||||
Reference in New Issue
Block a user