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