union method
Returns the union of this treap and other
.
Implementation
TreapOfInt union(TreapOfInt other) => TreapOfInt._(base.union(other.base));
Returns the union of this treap and other
.
TreapOfInt union(TreapOfInt other) => TreapOfInt._(base.union(other.base));