Appends n copies of value to a Vector, making the vector larger.
n
value
Returns true if the operation succeeded.
// PROTOTYPE bool append(int n, const T& value);