The Vec explicit-value constructor should:
  1. Set mySize to size;
  2. Dynamically allocate an array of size values of type Item, and store the address of the array in myArray; and
  3. Set each of the Items in that array to zero.