I know how to access an array at point i, and how to access a vector at point i, but I can't figure out how to access an array which is inside a vector. I'm basically looking for code which does this:
Vector.get(0).[i];
(So access point i of the array which is in the first point of the vector)