Package Metabang.Bind - external symbols

Part of:

asdf-system metatilities, asdf-system metabang-bind
See internal symbols too
Package Metabang.Bind uses the packages Common-Lisp. It is also known as Bind and Metabang-Bind. It has 75 total symbols and 8 external ones.

Condition

bind-error
bind-keyword/optional-nil-with-default-error

Variable

*bind-all-declarations*
*bind-lambda-list-markers*
*bind-non-var-declarations*
*bind-treat-values-as-values*

If true, then bind will treat cl:values in the first position of
a binding form as if it was :va...

Macro

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...