david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

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.