Creates an Iter where all the elements are of Type U.
@override @pragma("vm:prefer-inline") Iter<U> whereType<U>() => Iter.fromIterable(super.whereType());