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