toSet method

TreapSetOfDouble toSet()
override

Returns a new TreapSetBase with the same elements as this set.

Implementation

TreapSetOfDouble toSet() => TreapSetOfDouble._(base.toSet());