The chain Reference Manual

This is the chain Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Jul 15 03:34:05 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 chain

Two chaining/piping macros, one of them ‘setf‘ing its first argument

Author

Thomas Bartscher <>

License

BSD-3

Version

0.0.1

Dependency

metabang-bind (system).

Source

chain.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 chain/chain.asd

Source

chain.asd.

Parent Component

chain (system).

ASDF Systems

chain.


3.1.2 chain/package.lisp

Source

chain.asd.

Parent Component

chain (system).

Packages

chain.


3.1.3 chain/chain.lisp

Dependency

package.lisp (file).

Source

chain.asd.

Parent Component

chain (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 chain

Source

package.lisp.

Use List
  • common-lisp.
  • metabang.bind.
Public Interface
Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: => (argument &body body)
Package

chain.

Source

chain.lisp.

Macro: set=> (argument &body body)
Package

chain.

Source

chain.lisp.


5.2 Internals


5.2.1 Macros

Macro: chop (var list &body body)
Package

chain.

Source

chain.lisp.


5.2.2 Ordinary functions

Function: expand-chain (argument forms)
Package

chain.

Source

chain.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables