union method

Returns a new set which is the union of this set and other.

Implementation

TreapSetOfDouble union(TreapSetOfDouble other) =>
    TreapSetOfDouble._(base.union(other.base));