if (!array || array->count >= array->capacity) {{ return; }} array->items[(array->count)++] = item;