This is the map-set Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 05:54:00 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
map-setSet-like data structure.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause (See LICENSE)
package.lisp (file).
map-set.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
map-set/map-set.lisppackage.lisp (file).
map-set (system).
make-map-set (function).
map-set (structure).
map-set-p (function).
ms-count (function).
ms-delete (function).
ms-for-each (function).
ms-insert (function).
ms-map (function).
ms-member-p (function).
ms-random (function).
print-object (method).
map-set-index (reader).
(setf map-set-index) (writer).
map-set-size (reader).
(setf map-set-size) (writer).
map-set-table (reader).
(setf map-set-table) (writer).
Packages are listed by definition order.
map-setcommon-lisp.
make-map-set (function).
map-set (structure).
map-set-p (function).
ms-count (function).
ms-delete (function).
ms-for-each (function).
ms-insert (function).
ms-map (function).
ms-member-p (function).
ms-random (function).
map-set-index (reader).
(setf map-set-index) (writer).
map-set-size (reader).
(setf map-set-size) (writer).
map-set-table (reader).
(setf map-set-table) (writer).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Return the cardinality/size of the map-set MS.
Remove the item ITEM from the map-set MS.
Apply the function F to each item in the map-set MS.
Add the item ITEM to the map-set MS.
Map the unary function F across the map-set MS with a result type TYPE.
Is ITEM a member of the map-set MS?
Select a random element of the map-set MS.
structure-object.
hash-table
(make-hash-table)
vector
(make-array 16 :adjustable t :fill-pointer 0)
unsigned-byte
0
size.
| Jump to: | (
F M P |
|---|
| Jump to: | (
F M P |
|---|
| Jump to: | I S T |
|---|
| Index Entry | Section | ||
|---|---|---|---|
| | |||
| I | |||
index: | Public structures | ||
| | |||
| S | |||
size: | Public structures | ||
Slot, index: | Public structures | ||
Slot, size: | Public structures | ||
Slot, table: | Public structures | ||
| | |||
| T | |||
table: | Public structures | ||
| | |||
| Jump to: | I S T |
|---|
| Jump to: | F M P S |
|---|
| Jump to: | F M P S |
|---|