interface RSet.NonEmpty<T>
A non-empty 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
Extends: RSet<T>
Type parameters
| Name | Description |
|---|---|
| T | the value type |