Macro: COMMON-LISP:TYPECASE

package type clhs

TYPECASE Keyform {(Type Form)} Evaluates the Forms in the first clause for which TYPEP of Keyform and Type is true.

Lambda list

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