add method

Adds item to the end of the treap.

Implementation

ImplicitTreapOfString add(String item) =>
    ImplicitTreapOfString._(base.add(item));