-
Cast constructor, converting any binary integer to a
ConstraintRelation
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
Less than, or equal
Declaration
Swift
static let le: GtkConstraintRelation
-
Equal
Declaration
Swift
static let eq: GtkConstraintRelation
-
Greater than, or equal
Declaration
Swift
static let ge: GtkConstraintRelation