ArrayΒΆ
#import "std/array"
_Array :: struct #compiler {
len: s64;
ptr: *u8;
allocated: usize;
allocator: AllocFn;
}
Compiler builtin dynamic array.
#import "std/array"
_Array :: struct #compiler {
len: s64;
ptr: *u8;
allocated: usize;
allocator: AllocFn;
}
Compiler builtin dynamic array.