typedef struct
{
	uint32_t capacity;
	uint32_t length;
	$TYPE$ *internalArray;
} $NAME$;