Consumes and skips the first count elements.
count
@override RIterator<T> skip(int count) => RIterator.fromIterable(super.skip(count));