lispdoc - results for switch |
(alexandria.0.dev:switch &whole whole (object &key (test 'eql) (key 'identity)) &body clauses) | Function: Evaluates first matching clause, returning its values, or evaluates and returns the values of DEFAULT if no keys match.
|
(alexandria.0.dev:eswitch &whole whole (object &key (test 'eql) (key 'identity)) &body clauses) | Function: Like SWITCH, but signals an error if no key matches.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |