CaseInsensitiveString

public struct CaseInsensitiveString : CustomStringConvertible

A String wrapper that implements case insensitive comparison, sorting and hashing methods.

  • Declaration

    Swift

    public var description: String { get }
  • Undocumented

    Declaration

    Swift

    public init(_ string: String)
  • Declaration

    Swift

    public static func == (lhs: CaseInsensitiveString, rhs: CaseInsensitiveString) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

    public static func < (lhs: CaseInsensitiveString, rhs: CaseInsensitiveString) -> Bool