SSDataArraySortOrder

public enum SSDataArraySortOrder : Int, Codable, CustomStringConvertible

Defines the sort order of items when exported as an array

  • Ascending order

    Declaration

    Swift

    case ascending
  • Descending order

    Declaration

    Swift

    case descending
  • raw

    Original order

    Declaration

    Swift

    case raw
  • Undefined

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public var description: String { get }