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