Macro: COMMON-LISP:ECASE

package type clhs

ECASE Keyform {({(Key) | Key} Form)}* Evaluates the Forms in the first clause with a Key EQL to the value of Keyform. If none of the keys matches then an error is signalled.

Lambda list

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