caseInsensitiveCompare(_:)
Returns the result of invoking compare:options: with NSCaseInsensitiveSearch as the only option.
Declaration
func caseInsensitiveCompare<T>(_ aString: T) -> ComparisonResult where T : StringProtocolReturns the result of invoking compare:options: with NSCaseInsensitiveSearch as the only option.
func caseInsensitiveCompare<T>(_ aString: T) -> ComparisonResult where T : StringProtocol