| bind-error | |
|---|---|
| bind-keyword/optional-nil-with-default-error | |
| bind-missing-value-form-warning | |
| bind-too-many-value-forms-error |
| *bind-all-declarations* | |
|---|---|
| *bind-lambda-list-markers* | |
| *bind-non-var-declarations* |
| binding-form-docstring | |
|---|---|
| binding-form-groups | Return a list of the available binding-forms grouped into their synonyms. |
| binding-form-synonyms | Return a list of synonyms for the binding-form |
| binding-forms | Return a list of the binding-forms that bind supports in alphabetical order. |
| bind | Bind is a replacement for let*, destructuring-bind and multiple-value-bind. An example is probabl... |
|---|---|
| fluid-bind | Fluid-bind is an extension of bind that handles setting and resetting places. For example, suppos... |