Package Metabang.Bind - internal and external symbols

Part of:

asdf-system docudown, asdf-system cl-markdown, asdf-system metabang-bind
See only external symbols
Package Metabang.Bind uses the packages Common-Lisp. It is also known as Bind and Metabang-Bind. It has 78 total symbols and 8 external ones.

Condition

bind-error
bind-keyword/optional-nil-with-default-error
simple-style-warning

Variable

*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
a binding form as if it was :va...

Function

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 putative-pair is a dotted-list. I.e., if putative-pair is a cons ...

simple-style-warning

Generic-Function

bind-generate-bindings

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