take method
Returns a new treap containing the first count
items.
Implementation
TreapOfInt take(int count) => TreapOfInt._(base.take(count));
Returns a new treap containing the first count
items.
TreapOfInt take(int count) => TreapOfInt._(base.take(count));