localizedCaseInsensitiveCompare(_:)
Compares the string and the given string using a case-insensitive, localized, comparison.
Declaration
func localizedCaseInsensitiveCompare<T>(_ aString: T) -> ComparisonResult where T : StringProtocolCompares the string and the given string using a case-insensitive, localized, comparison.
func localizedCaseInsensitiveCompare<T>(_ aString: T) -> ComparisonResult where T : StringProtocol