Returns an ISet of the count first elements of this iterable.
count
@override Iterable<T> take(int count) => _s.take(count);