Allocates a Vector object of size n elements with each item in the vector set to value.
n
// PROTOTYPE explicit Vector(int n, const T& value);