The enhanced-multiple-value-bind Reference Manual

This is the enhanced-multiple-value-bind Reference Manual, version 2.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:21:30 2024 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.

Author

Jean-Philippe Paradis <>

License

Unlicense

Version

2.0

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

multiple-value-bind (macro).

Internals

%apparent-lambda-list-keyword-p (function).


4 Packages

Packages are listed by definition order.


4.1 enhanced-multiple-value-bind

Source

package.lisp.

Nickname

e-mvb

Use List

common-lisp.

Public Interface

multiple-value-bind (macro).

Internals

%apparent-lambda-list-keyword-p (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.


5.2 Internals


5.2.1 Ordinary functions

Function: %apparent-lambda-list-keyword-p (symbol)
Package

enhanced-multiple-value-bind.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables