-
Cast constructor, converting any binary integer to a
IndicesType.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
Your indices are unsigned bytes
Declaration
Swift
static let byte: CoglIndicesType -
Your indices are unsigned shorts
Declaration
Swift
static let short: CoglIndicesType -
Your indices are unsigned ints
Declaration
Swift
static let int: CoglIndicesType
View on GitHub
Install in Dash
IndicesType Extension Reference