toSet method
Returns a new TreapSetBase with the same elements as this set.
Implementation
TreapSetOfInt toSet() => TreapSetOfInt._(base.toSet());
Returns a new TreapSetBase with the same elements as this set.
TreapSetOfInt toSet() => TreapSetOfInt._(base.toSet());