A foreign type for Objective-C method selectors.
objc
sel
None.
The FLI sel type is an opaque type used to represent method selectors. This is like the SEL type in Objective-C.
SEL
A selector can be obtained from a string by calling the function coerce-to-selector.
coerce-to-selector define-objc-method