Foundation.NSMutableArray<T> Extension
Location
-
Reference:
- libElements.fx Toffee
- Elements.fx ToffeeV2
- Namespace: RemObjects.Elements.RTL
- Extends: Foundation.NSMutableArray<T>
- Platforms: Toffee, ToffeeV2
Instance Methods
JoinedString
Parameters:
- aSeparator:
ToSortedList
func ToSortedList(_ aComparison: Comparison<T>) -> ImmutableList<T>
Parameters:
- aComparison:
UniqueCopy
func UniqueCopy() -> RemObjects.Elements.RTL.ImmutableList<T>