Consumes and skips elements while f is true and returns the rest.
f
@override RIterator<T> skipWhile(bool Function(T) f) => RIterator.fromIterable(super.skipWhile(f));