Contents

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.

See Also

Working with Raw Values