Refactor array to avoid having to include external types
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
return;
|
||||
}}
|
||||
|
||||
array->items[(array->count)++] = item;
|
||||
u64 index = (array->count)++;
|
||||
wapp_{Tlower}_array_set(array, index, item);
|
||||
|
Reference in New Issue
Block a user