It does not, but there is a bit of "magic" going o...
# announcements
d
It does not, but there is a bit of "magic" going on to preserve the type. If the class implementing
Iterator
is written in kotlin, you cannot cast it to
MutableIterator
, that only works for iterators written in Java.