| *bind-all-declarations* | |
|---|---|
| *bind-lambda-list-markers* | |
| *bind-non-var-declarations* | |
| *bind-simple-var-declarations* | |
| *bind-treat-values-as-values* | If true, then bind will treat cl:values in the first position of |
| bind-expand-declarations | |
|---|---|
| bind-filter-declarations | |
| bind-fix-nils | |
| bind-fix-nils-destructured | |
| bind-get-vars-from-lambda-list | |
| bind-handle-assoc | |
| bind-handle-destructuring | |
| bind-handle-plist | |
| bind-handle-r/o-accessors | |
| bind-handle-slots | |
| bind-handle-structure | |
| bind-handle-values | |
| bind-handle-with-accessors | |
| bind-macro-helper | |
| dotted-pair-p | Returns true if and only if |
| simple-style-warning |
| bind-generate-bindings |
|---|
| 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... |