The trick is, its happening in a for each loop, so how is this possible?
Its a List(of t) type. Count shows 678 elements, however, if you try and access 677 it throws array index out of bounds. If you try to for each through it, on the last element it throws the same error.
What am I doing wrong?