Removes the PVector at the specified index
index
VectorArr arr({PVector(1, 2, 3), PVector(4, 5, 6)}); arr.pop(0); //arr.arr = [[4, 5, 6]]