SortType

public extension SortType
  • Cast constructor, converting any binary integer to a SortType.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Sorting is in ascending order.

    Declaration

    Swift

    static let ascending: GtkSortType
  • Sorting is in descending order.

    Declaration

    Swift

    static let descending: GtkSortType