The enhanced-multiple-value-bind Reference Manual

This is the enhanced-multiple-value-bind Reference Manual, version 1.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri Sep 15 04:59:27 2023 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 enhanced-multiple-value-bind

Provides an enhanced MULTIPLE-VALUE-BIND macro that adds support for lambda keywords by expanding to a MULTIPLE-VALUE-CALL when necessary. This makes catching multiple-value &rest and &key much more lightweight and convenient. A MULTIPLE-VALUE-&BIND alias is supported.

Author

Jean-Philippe Paradis <>

License

Public Domain

Version

1.0.1

Source

enhanced-multiple-value-bind.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 enhanced-multiple-value-bind/enhanced-multiple-value-bind.asd

Source

enhanced-multiple-value-bind.asd.

Parent Component

enhanced-multiple-value-bind (system).

ASDF Systems

enhanced-multiple-value-bind.


3.1.3 enhanced-multiple-value-bind/main.lisp

Dependency

package.lisp (file).

Source

enhanced-multiple-value-bind.asd.

Parent Component

enhanced-multiple-value-bind (system).

Public Interface
Internals

%expand (function).


4 Packages

Packages are listed by definition order.


4.1 enhanced-multiple-value-bind

Source

package.lisp.

Nickname

enhanced-mvb

Use List

common-lisp.

Public Interface
Internals

%expand (function).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: multiple-value-&bind (lambda-list values-form &body body)
Package

enhanced-multiple-value-bind.

Source

main.lisp.

Macro: multiple-value-bind (lambda-list values-form &body body)
Package

enhanced-multiple-value-bind.

Source

main.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %expand (lambda-list values-form body)
Package

enhanced-multiple-value-bind.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables