| bind-error | |
|---|---|
| bind-keyword/optional-nil-with-default-error | |
| bind-missing-value-form-warning | |
| bind-too-many-value-forms-error | |
| simple-style-warning |
| *bind-all-declarations* | |
|---|---|
| *bind-lambda-list-markers* | |
| *bind-non-var-declarations* | |
| *bind-simple-var-declarations* |
| bind-expand-declarations | |
|---|---|
| bind-filter-declarations | |
| bind-fix-nils | |
| bind-fix-nils-destructured | |
| bind-get-vars-from-lambda-list | |
| bind-macro-helper | |
| 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. |
| dotted-pair-p | Returns true if and only if |
| handle-plist | |
| mint-ignorable-variable | |
| next-value | |
| simple-style-warning | |
| var-ignorable-p |
| bind-generate-bindings | |
|---|---|
| binding-form-accepts-multiple-forms-p | Returns true if a binding form can accept multiple forms |
| bind | Bind is a replacement for let*, destructuring-bind and multiple-value-bind. An example is probabl... |
|---|---|
| defbinding-form | |
| fluid-bind | Fluid-bind is an extension of bind that handles setting and resetting places. For example, suppos... |