copy method

TreapOfInt copy()

Returns a copy of this treap.

Implementation

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