This is the sparse-set Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:45:47 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
sparse-set
An implementation of the sparse set data structure.
Michael Fiano <mail@mfiano.net>
MIT
0.1.0
mfiano-utils
(system).
package.lisp
(file).
sparse-set.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
sparse-set/sparse-set.lisp
package.lisp
(file).
sparse-set
(system).
clear
(function).
copy
(function).
delete
(function).
find
(function).
insert
(function).
length
(function).
make-sparse-set
(function).
map
(function).
print-object
(method).
%length
(reader).
(setf %length)
(writer).
%make-sparse-set
(function).
dense
(reader).
(setf dense)
(writer).
sparse
(reader).
(setf sparse)
(writer).
sparse-set
(structure).
Packages are listed by definition order.
sparse-set
common-lisp
.
%length
(reader).
(setf %length)
(writer).
%make-sparse-set
(function).
dense
(reader).
(setf dense)
(writer).
sparse
(reader).
(setf sparse)
(writer).
sparse-set
(structure).
Definitions are sorted by export status, category, package, and then by lexicographic order.
structure-object
.
(simple-array fixnum (*))
(make-array 0 :element-type (quote fixnum))
(simple-array fixnum (*))
(make-array 0 :element-type (quote fixnum))
fixnum
0
Jump to: | %
(
C D F I L M P S |
---|
Jump to: | %
(
C D F I L M P S |
---|
Jump to: | %
D S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
% | |||
%length : | Private structures | ||
| |||
D | |||
dense : | Private structures | ||
| |||
S | |||
Slot, %length : | Private structures | ||
Slot, dense : | Private structures | ||
Slot, sparse : | Private structures | ||
sparse : | Private structures | ||
|
Jump to: | %
D S |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|