copy method

TreapOfInt copy()
override

Returns a copy of this treap.

Implementation

TreapOfInt copy() => TreapOfInt._(base.copy());