append method

Appends other to the end of this treap.

Implementation

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