Invokes the Objective-C autorelease method.
objc
autorelease pointer => pointer
| pointer⇩ |
A pointer to an Objective-C foreign object. |
| pointer |
The argument pointer. |
The function autorelease calls the Objective-C autorelease instance method of pointer to register it with the current autorelease pool. The pointer is returned.
LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 18 Feb 2025 15:39:48