if (!array || array->count >= array->capacity) {{ return; }} u64 index = (array->count)++; wapp_{Tlower}_array_set(array, index, item);