Example #1
0
	void array_reserve(ArrayPtr array, uint32_t new_size) {
		array->reserve(new_size);
	}