Adds all items to this treap.
items
TreapOfInt addAll(Iterable<int> items) => TreapOfInt._(base.addAll(items));