Consumes and skips the first count elements.
count
@override @pragma("vm:prefer-inline") Iter<T> skip(int count) => Iter.fromIterable(super.skip(count));