Takes the first count elements from the Iter.
count
@override @pragma("vm:prefer-inline") Iter<T> take(int count) => Iter.fromIterable(super.take(count));