Direction

public enum Direction

specifies the direction of sorting, ascending (.asc) or descending (.desc)

  • asc

    denotes an ascending sort strategy

    Declaration

    Swift

    case asc
  • denotes a descending sort strategy

    Declaration

    Swift

    case desc