skip method
Skips the first count
items and returns a new treap with the remaining items.
Implementation
ImplicitTreapOfString skip(int count) =>
ImplicitTreapOfString._(base.skip(count));
Skips the first count
items and returns a new treap with the remaining items.
ImplicitTreapOfString skip(int count) =>
ImplicitTreapOfString._(base.skip(count));