Macro: COMMON-LISP:CTYPECASE

package type clhs

CTYPECASE Keyform {(Type Form)} Evaluates the Forms in the first clause for which TYPEP of Keyform and Type is true. If no form is satisfied then a correctable error is signalled.

Lambda list

(sb-impl::keyform &body sb-impl::cases)