Returns the name of an Objective-C class.
objc
objc-class-name class => name
class⇩ |
A pointer to an Objective-C class. |
name |
A string. |
The function objc-class-name
returns the name of the Objective-C class class as a string.
This is the opposite operation to the function coerce-to-objc-class.
LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 18 Feb 2025 15:39:48