intersection method
Returns a new set which is the intersection of this set and other
.
Implementation
TreapSetOfDouble intersection(TreapSetOfDouble other) =>
TreapSetOfDouble._(base.intersection(other.base));
Returns a new set which is the intersection of this set and other
.
TreapSetOfDouble intersection(TreapSetOfDouble other) =>
TreapSetOfDouble._(base.intersection(other.base));