Home swift-opaque pointer
Post
Cancel

swift-opaque pointer

UnsafeRawPointer

@frozen struct OpaquePointer

A wrapper around an opaque C pointer.

Opaque pointers are used to represent C pointers to types that cannot be represented in Swift, such as incomplete struct types.

This post is licensed under CC BY 4.0 by the author.