Iterator + start to add core to core codegen
This commit is contained in:
@@ -39,7 +39,7 @@ struct Array {
|
||||
}
|
||||
|
||||
void dealloc() {
|
||||
deallocate(allocator, data);
|
||||
if (data) deallocate(allocator, data);
|
||||
}
|
||||
|
||||
S64 get_index(T *item) {
|
||||
|
||||
Reference in New Issue
Block a user