The cl-ana.map Reference Manual

This is the cl-ana.map Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri May 15 11:41:23 2026 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 cl-ana.map

Defines generic functions for working with/converting
things which behave like maps (in the mathematical sense), e.g. hash tables, alists, etc.

Author

Gary Hollis

License

GPLv3

Dependency

cl-ana.hash-table-utils (system).

Source

cl-ana.map.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 cl-ana.map/cl-ana.map.asd

Source

cl-ana.map.asd.

Parent Component

cl-ana.map (system).

ASDF Systems

cl-ana.map.


3.1.2 cl-ana.map/package.lisp

Source

cl-ana.map.asd.

Parent Component

cl-ana.map (system).

Packages

cl-ana.map.


3.1.3 cl-ana.map/map.lisp

Dependency

package.lisp (file).

Source

cl-ana.map.asd.

Parent Component

cl-ana.map (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 cl-ana.map

Source

package.lisp.

Use List
  • cl-ana.hash-table-utils.
  • common-lisp.
Public Interface

5 Definitions

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


5.1 Public Interface


5.1.1 Ordinary functions

Function: map->hash-table (object &optional test)
Package

cl-ana.map.

Source

map.lisp.


5.1.2 Generic functions

Generic Function: map->alist (object)

Returns the values of a data-source as an alist
mapping the independent value to the dependent one. Multidimensional independent variable data can be represented as a list of values.

Package

cl-ana.map.

Source

map.lisp.

Methods
Method: map->alist ((obj list))
Method: map->alist ((obj hash-table))

5.2 Internals


Appendix A Indexes


A.1 Concepts


A.3 Variables