Macro: COMMON-LISP:ETYPECASE

package type clhs

ETYPECASE 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 an error is signalled.

Lambda list

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