The with-setf Reference Manual

This is the with-setf Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:17:49 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 with-setf

Macros for setting a place for the duration of a scope

Author

Chris Bagley (Baggers) <>

License

Unlicense

Source

with-setf.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 with-setf/with-setf.asd

Source

with-setf.asd.

Parent Component

with-setf (system).

ASDF Systems

with-setf.


3.1.2 with-setf/package.lisp

Source

with-setf.asd.

Parent Component

with-setf (system).

Packages

with-setf.


3.1.3 with-setf/with-setf.lisp

Dependency

package.lisp (file).

Source

with-setf.asd.

Parent Component

with-setf (system).

Public Interface
Internals

with-setf-internals (function).


4 Packages

Packages are listed by definition order.


4.1 with-setf

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

with-setf-internals (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: with-setf (place value &body body)

Used like this: (with-setf (aref x 0) 10 blah
blah)

Package

with-setf.

Source

with-setf.lisp.

Macro: with-setf* (place-value-pairs &body body)

Used like this:
(with-setf* ((aref a 0) 10 (foo :plinge) :narf) (print "blarr"))

Package

with-setf.

Source

with-setf.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: with-setf-internals (env places values)
Package

with-setf.

Source

with-setf.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables