interface OrderedSetBase<T,Tp>
undocumented
Companion namespace: OrderedSetBase
Implemented by: OrderedHashSet<T>
, OrderedSetEmpty<T,Tp,TpG>
, OrderedSet<T>
, OrderedSortedSet<T>
Type parameters
Name | Constraints | Default | Description |
---|---|---|---|
T | undocumented | ||
Tp | OrderedSetBase.Types | OrderedSetBase.Types | undocumented |
Properties
order
Returns a List
instance containing the order of the elements.
order
List
instance containing the order of the elements.