var order: SortOrder
The sort order that the comparator uses to compare.
コンパレータが使用して比較を行うソート順序。
static var localized: String.Comparator
A comparator that compares a string using a localized comparison in the current locale.
Available when
Self
is String
.
Comparator
.static var localizedStandard : String.Comparator
A comparator that compares a string using a localized, numeric comparison in the current locale.
Available when
Self
is String
.
Comparator
.