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