Removes an item from this treap.
item
TreapOfInt remove(int item) => TreapOfInt._(base.remove(item));