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 - 01 Dec 2021 19:38:32