Iterators can contain the first element be casted to the first element ```C Iterator(Vector(int)) x = Call(Vector(int), begin, some_vector); int some_value = (int)*x; ```