▼
Objective-
C
FFI
1
Using Unsafe Bindings
2
FFI Types and Constants
3
Syntactic Forms
4
Raw Runtime Functions
On this page:
objc-
unsafe!
top
← prev
up
next →
1
Using Unsafe Bindings
(
objc-unsafe!
)
Analogous to
(
unsafe!
)
, makes unsafe bindings of
ffi/objc
available in the importing module.
top
← prev
up
next →