objCType
A C string containing the Objective-C type of the data contained in the value object.
Declaration
var objCType: UnsafePointer<CChar> { get }Discussion
This property provides the same string produced by the @encode() compiler directive.
A C string containing the Objective-C type of the data contained in the value object.
var objCType: UnsafePointer<CChar> { get }This property provides the same string produced by the @encode() compiler directive.