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
Type parameters
| Name | Description |
|---|---|
| T | the value type |