skip method
Returns a new set skipping the first n
elements in sorted order.
Implementation
TreapSetOfInt skip(int count) => TreapSetOfInt._(base.skip(count));
Returns a new set skipping the first n
elements in sorted order.
TreapSetOfInt skip(int count) => TreapSetOfInt._(base.skip(count));