Insert at location i (0 = beginning) a value to a Vector, making the vector larger.
i
Returns true if the operation succeeded.
// PROTOTYPE bool insert(int i, T value);