Casts this Iter
@override @pragma("vm:prefer-inline") Iter<U> cast<U>() => Iter.fromIterable(super.cast<U>());