A wrapper around an opaque C pointer.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
@frozen struct OpaquePointer
Overview
Opaque pointers are used to represent C pointers to types that cannot be represented in Swift, such as incomplete struct types.