interface RSet<T>
A type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the RSet API documentation
Companion namespace: RSet
Implemented by: RSet.NonEmpty<T>
Type parameters
Name | Description |
---|---|
T | the value type |