append method
Appends other
to the end of this treap.
Implementation
ImplicitTreapOfInt append(ImplicitTreapOfInt other) =>
ImplicitTreapOfInt._(base.append(other.base));
Appends other
to the end of this treap.
ImplicitTreapOfInt append(ImplicitTreapOfInt other) =>
ImplicitTreapOfInt._(base.append(other.base));