Removes the element of the vector at index i and returns it. i is zero-based (0 = same as takeFirst). Make sure the item exists before calling.
i
// PROTOTYPE T takeAt(int i);