Reverses the iterable
@override @pragma("vm:prefer-inline") Iter<T> rev() => Iter.fromIterable(toList(growable: false).reversed);