union method
Returns a new treap containing all items from this treap and other.
Implementation
TreapOfDouble union(TreapOfDouble other) =>
TreapOfDouble._(base.union(other.base));
Returns a new treap containing all items from this treap and other.
TreapOfDouble union(TreapOfDouble other) =>
TreapOfDouble._(base.union(other.base));