remove method

TreapOfInt remove(
  1. int item
)
override

Removes an item from this treap.

Implementation

TreapOfInt remove(int item) => TreapOfInt._(base.remove(item));