-
Cast constructor, converting any binary integer to a
SortType.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe 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
View on GitHub
Install in Dash
SortType Extension Reference