Adds item to the end of the treap.
item
ImplicitTreapOfInt add(int item) => ImplicitTreapOfInt._(base.add(item));