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