SSSortUniqeItems

public enum SSSortUniqeItems : Int, CustomStringConvertible, Codable

Defines the sorting order of the elements.

  • Ascending order

    Declaration

    Swift

    case ascending = 1
  • Descending order

    Declaration

    Swift

    case descending = 2
  • Undefined/not determined

    Declaration

    Swift

    case none = 0xff
  • Declaration

    Swift

    public var description: String { get }