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