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