append method

Appends other to the end of this treap.

Implementation

ImplicitTreapOfString append(ImplicitTreapOfString other) =>
    ImplicitTreapOfString._(base.append(other.base));