Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the map-set Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 14:21:24 2020 GMT+0.
• Introduction | What map-set is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
MAP-SET ------- By Robert Smith Implementation of a set-like data structure with constant time addition, removal, and random selection.
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The map-set system |
Robert Smith <quad@symbo1ics.com>
BSD 3-clause (See LICENSE)
Set-like data structure.
map-set.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The map-set.asd file | ||
• The map-set/package.lisp file | ||
• The map-set/map-set.lisp file |
Next: The map-set/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
map-set.asd
map-set (system)
Next: The map-set/map-set․lisp file, Previous: The map-set․asd file, Up: Lisp files [Contents][Index]
Previous: The map-set/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
map-set (system)
map-set.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The map-set package |
package.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions | ||
• Exported structures |
Next: Exported structures, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
map-set.lisp (file)
map-set.lisp (file)
Return the cardinality/size of the map-set MS.
map-set.lisp (file)
Remove the item ITEM from the map-set MS.
map-set.lisp (file)
Apply the function F to each item in the map-set MS.
map-set.lisp (file)
Add the item ITEM to the map-set MS.
map-set.lisp (file)
Map the unary function F across the map-set MS with a result type TYPE.
map-set.lisp (file)
Is ITEM a member of the map-set MS?
map-set.lisp (file)
Select a random element of the map-set MS.
map-set.lisp (file)
Previous: Exported functions, Up: Exported definitions [Contents][Index]
map-set.lisp (file)
structure-object (structure)
print-object (method)
hash-table
(make-hash-table)
map-set-table (function)
(setf map-set-table) (function)
vector
(make-array 16 :adjustable t :fill-pointer 0)
map-set-index (function)
(setf map-set-index) (function)
unsigned-byte
0
map-set-size (function)
(setf map-set-size) (function)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal functions |
Previous: Internal definitions, Up: Internal definitions [Contents][Index]
map-set.lisp (file)
map-set.lisp (file)
map-set.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L M |
---|
Jump to: | F L M |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | (
F M |
---|
Jump to: | (
F M |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | I S T |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
I | |||
index : | Exported structures | ||
| |||
S | |||
size : | Exported structures | ||
Slot, index : | Exported structures | ||
Slot, size : | Exported structures | ||
Slot, table : | Exported structures | ||
| |||
T | |||
table : | Exported structures | ||
|
Jump to: | I S T |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | M P S |
---|
Jump to: | M P S |
---|