copy method

ImplicitTreapOfInt copy()
override

Creates a copy of this treap.

Implementation

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