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