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