Takes the first count elements from the RIterator.
count
@override RIterator<T> take(int count) => RIterator.fromIterable(super.take(count));