15 lines
241 B
Markdown
15 lines
241 B
Markdown
**EXTENSION**
|
|
|
|
# `UnsafeMutablePointer`
|
|
|
|
## Methods
|
|
### `opaque()`
|
|
|
|
Convert into an opaque pointer.
|
|
- Returns: The opaque pointer.
|
|
|
|
### `cast()`
|
|
|
|
Convert into an unsafe mutable pointer of another type.
|
|
- Returns: The unsafe mutable pointer.
|