This is the cl-data-structures Reference Manual, version 1.3.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 03:52:55 2024 GMT+0.
cl-data-structures/utils
cl-data-structures/api
cl-data-structures/adapters
cl-data-structures/common
cl-data-structures/common/abstract
cl-data-structures/common/2-3-tree
cl-data-structures/common/hamt
cl-data-structures/common/rrb
cl-data-structures/common/skip-list
cl-data-structures/common/egnat
cl-data-structures/dicts
cl-data-structures/dicts/skip-list
cl-data-structures/dicts/hamt
cl-data-structures/dicts/srrb
cl-data-structures/sequences
cl-data-structures/sequences/rrb
cl-data-structures/queues
cl-data-structures/queues/2-3-tree
cl-data-structures/sets
cl-data-structures/sets/qp-trie
cl-data-structures/sets/skip-list
cl-data-structures/metric-space
cl-data-structures/metric-space/egnat
cl-data-structures/composite
cl-data-structures/algorithms
cl-data-structures/algorithms/meta
cl-data-structures/file-system
cl-data-structures/threads
cl-data-structures/math
cl-data-structures/streaming-algorithms
cl-data-structures/cl-data-structures.asd
cl-data-structures/aux-package.lisp
cl-data-structures/package.lisp
cl-data-structures/utils/package.lisp
cl-data-structures/utils/macros.lisp
cl-data-structures/utils/types.lisp
cl-data-structures/utils/higher-order.lisp
cl-data-structures/utils/cartesian.lisp
cl-data-structures/utils/ordered-algorithms.lisp
cl-data-structures/utils/lists.lisp
cl-data-structures/utils/trivial.lisp
cl-data-structures/utils/modification-algorithms.lisp
cl-data-structures/utils/distances.lisp
cl-data-structures/utils/lazy-shuffle.lisp
cl-data-structures/utils/arrays.lisp
cl-data-structures/utils/trees.lisp
cl-data-structures/utils/bind.lisp
cl-data-structures/utils/parallel-tools.lisp
cl-data-structures/utils/lambda-lists.lisp
cl-data-structures/utils/embedding.lisp
cl-data-structures/utils/cloning.lisp
cl-data-structures/utils/numbers.lisp
cl-data-structures/utils/bucket-sort.lisp
cl-data-structures/utils/hashing.lisp
cl-data-structures/utils/docstrings.lisp
cl-data-structures/api/meta.lisp
cl-data-structures/api/meta-docstrings.lisp
cl-data-structures/api/fundamental-classes.lisp
cl-data-structures/api/trait-classes.lisp
cl-data-structures/api/generics.lisp
cl-data-structures/api/conditions.lisp
cl-data-structures/api/expression-wrapper.lisp
cl-data-structures/api/delay.lisp
cl-data-structures/api/macros.lisp
cl-data-structures/api/functions.lisp
cl-data-structures/api/field.lisp
cl-data-structures/api/auxilary.lisp
cl-data-structures/api/docstrings.lisp
cl-data-structures/adapters/package.lisp
cl-data-structures/adapters/hash-table.lisp
cl-data-structures/adapters/vector.lisp
cl-data-structures/adapters/list.lisp
cl-data-structures/common/package.lisp
cl-data-structures/common/modification-operation-status.lisp
cl-data-structures/common/eager-modification-operation-status.lisp
cl-data-structures/common/lazy-box.lisp
cl-data-structures/common/lazy-range.lisp
cl-data-structures/common/content-tuple.lisp
cl-data-structures/common/ranges.lisp
cl-data-structures/common/sequence-window.lisp
cl-data-structures/common/docstrings.lisp
cl-data-structures/common/abstract/package.lisp
cl-data-structures/common/abstract/common.lisp
cl-data-structures/common/2-3-tree/package.lisp
cl-data-structures/common/2-3-tree/common.lisp
cl-data-structures/common/hamt/package.lisp
cl-data-structures/common/hamt/common.lisp
cl-data-structures/common/rrb/package.lisp
cl-data-structures/common/rrb/common.lisp
cl-data-structures/common/skip-list/package.lisp
cl-data-structures/common/skip-list/common.lisp
cl-data-structures/common/egnat/package.lisp
cl-data-structures/common/egnat/classes.lisp
cl-data-structures/common/egnat/generics.lisp
cl-data-structures/common/egnat/common.lisp
cl-data-structures/common/egnat/methods.lisp
cl-data-structures/common/egnat/docstrings.lisp
cl-data-structures/common/qp-trie.lisp
cl-data-structures/common/meta.lisp
cl-data-structures/dicts/packages.lisp
cl-data-structures/dicts/trait-classes.lisp
cl-data-structures/dicts/common.lisp
cl-data-structures/dicts/api.lisp
cl-data-structures/dicts/docstrings.lisp
cl-data-structures/dicts/skip-list/api.lisp
cl-data-structures/dicts/hamt/internal.lisp
cl-data-structures/dicts/hamt/api.lisp
cl-data-structures/dicts/hamt/docstrings.lisp
cl-data-structures/dicts/srrb/types.lisp
cl-data-structures/dicts/srrb/internal.lisp
cl-data-structures/dicts/srrb/api.lisp
cl-data-structures/dicts/srrb/docstrings.lisp
cl-data-structures/sequences/packages.lisp
cl-data-structures/sequences/common.lisp
cl-data-structures/sequences/rrb/api.lisp
cl-data-structures/sequences/rrb/docstrings.lisp
cl-data-structures/queues/packages.lisp
cl-data-structures/queues/common.lisp
cl-data-structures/queues/docstrings.lisp
cl-data-structures/queues/2-3-tree/api.lisp
cl-data-structures/queues/2-3-tree/docstrings.lisp
cl-data-structures/sets/packages.lisp
cl-data-structures/sets/common.lisp
cl-data-structures/sets/docstrings.lisp
cl-data-structures/sets/qp-trie/api.lisp
cl-data-structures/sets/qp-trie/docstrings.lisp
cl-data-structures/sets/skip-list/api.lisp
cl-data-structures/sets/skip-list/docstrings.lisp
cl-data-structures/metric-space/packages.lisp
cl-data-structures/metric-space/trait-classes.lisp
cl-data-structures/metric-space/common.lisp
cl-data-structures/metric-space/api.lisp
cl-data-structures/metric-space/docstrings.lisp
cl-data-structures/metric-space/egnat/api.lisp
cl-data-structures/composite/package.lisp
cl-data-structures/composite/implementation.lisp
cl-data-structures/algorithms/package.lisp
cl-data-structures/algorithms/meta/macros.lisp
cl-data-structures/algorithms/meta/classes.lisp
cl-data-structures/algorithms/meta/generics.lisp
cl-data-structures/algorithms/meta/methods.lisp
cl-data-structures/algorithms/meta/docstrings.lisp
cl-data-structures/algorithms/common.lisp
cl-data-structures/algorithms/array-elementwise.lisp
cl-data-structures/algorithms/hash-table-elementwise.lisp
cl-data-structures/algorithms/on-each.lisp
cl-data-structures/algorithms/translation.lisp
cl-data-structures/algorithms/count.lisp
cl-data-structures/algorithms/to-vector.lisp
cl-data-structures/algorithms/to-list.lisp
cl-data-structures/algorithms/rate.lisp
cl-data-structures/algorithms/to-hash-table.lisp
cl-data-structures/algorithms/enumerate.lisp
cl-data-structures/algorithms/shuffled-range.lisp
cl-data-structures/algorithms/filtering.lisp
cl-data-structures/algorithms/common-range-category.lisp
cl-data-structures/algorithms/summary.lisp
cl-data-structures/algorithms/accumulate.lisp
cl-data-structures/algorithms/group-by.lisp
cl-data-structures/algorithms/without.lisp
cl-data-structures/algorithms/multiplex.lisp
cl-data-structures/algorithms/only.lisp
cl-data-structures/algorithms/only-different.lisp
cl-data-structures/algorithms/cartesian.lisp
cl-data-structures/algorithms/restrain-size.lisp
cl-data-structures/algorithms/reservoir-sample.lisp
cl-data-structures/algorithms/repeat.lisp
cl-data-structures/algorithms/latch.lisp
cl-data-structures/algorithms/establish-special.lisp
cl-data-structures/algorithms/extrema.lisp
cl-data-structures/algorithms/extremum.lisp
cl-data-structures/algorithms/cumulative-accumulate.lisp
cl-data-structures/algorithms/chain.lisp
cl-data-structures/algorithms/frequency.lisp
cl-data-structures/algorithms/zip.lisp
cl-data-structures/algorithms/flatten-lists.lisp
cl-data-structures/algorithms/partition-if.lisp
cl-data-structures/algorithms/distinct.lisp
cl-data-structures/algorithms/first-element.lisp
cl-data-structures/algorithms/in-batches.lisp
cl-data-structures/algorithms/sliding-window.lisp
cl-data-structures/algorithms/with-previous-element.lisp
cl-data-structures/algorithms/docstrings.lisp
cl-data-structures/file-system/package.lisp
cl-data-structures/file-system/common.lisp
cl-data-structures/file-system/line-by-line.lisp
cl-data-structures/file-system/tokenize.lisp
cl-data-structures/file-system/find.lisp
cl-data-structures/file-system/unix.lisp
cl-data-structures/file-system/docstrings.lisp
cl-data-structures/threads/package.lisp
cl-data-structures/threads/parallel-multiplex.lisp
cl-data-structures/threads/parallel-group-by.lisp
cl-data-structures/threads/parallel-on-each.lisp
cl-data-structures/threads/buffer-range.lisp
cl-data-structures/threads/docstrings.lisp
cl-data-structures/math/package.lisp
cl-data-structures/math/absolute-value-norm.lisp
cl-data-structures/math/average.lisp
cl-data-structures/math/variance.lisp
cl-data-structures/math/mutual-information.lisp
cl-data-structures/math/simple-linear-regression.lisp
cl-data-structures/math/median-absolute-deviation.lisp
cl-data-structures/math/hodges-lehmann.lisp
cl-data-structures/math/co-occurence-table.lisp
cl-data-structures/math/standard-deviation.lisp
cl-data-structures/math/moments.lisp
cl-data-structures/math/bootstrap.lisp
cl-data-structures/math/moving-average.lisp
cl-data-structures/math/hmm.lisp
cl-data-structures/math/gini-impurity.lisp
cl-data-structures/math/entropy.lisp
cl-data-structures/math/fast-map.lisp
cl-data-structures/math/sum.lisp
cl-data-structures/math/docstrings.lisp
cl-data-structures/streaming-algorithms/hyperloglog.lisp
cl-data-structures/streaming-algorithms/polynomial-hashing.lisp
cl-data-structures/streaming-algorithms/package.lisp
cl-data-structures/streaming-algorithms/common.lisp
cl-data-structures/streaming-algorithms/approximated-histogram.lisp
cl-data-structures/streaming-algorithms/approximated-set-cardinality.lisp
cl-data-structures/streaming-algorithms/approximated-counts.lisp
cl-data-structures/streaming-algorithms/approximated-top-k.lisp
cl-data-structures/streaming-algorithms/bloom-filter.lisp
cl-data-structures/streaming-algorithms/minhash.lisp
cl-data-structures/streaming-algorithms/docstrings.lisp
cl-data-structures.common.2-3-tree
cl-data-structures.queues.2-3-tree
cl-data-structures.streaming-algorithms
cl-data-structures.fancy
cl-data-structures.meta
cl-data-structures.dicts
cl-data-structures.sets.qp-trie
cl-data-structures.metric-space
cl-data-structures.dicts.skip-list
cl-data-structures.math
cl-data-structures.common.hamt
cl-data-structures.common.rrb
cl-data-structures.common
cl-data-structures.common.egnat
cl-data-structures.sets
cl-data-structures.utils
cl-data-structures.file-system
cl-data-structures.metric-space.egnat
cl-data-structures.dicts.srrb
cl-data-structures.adapters
cl-data-structures.common.qp-trie
cl-data-structures.common.abstract
cl-data-structures
cl-data-structures.common.skip-list
cl-data-structures.composite
cl-data-structures.threads
cl-data-structures.dicts.hamt
cl-data-structures.algorithms.meta
cl-data-structures.sequences
cl-data-structures.queues
cl-data-structures.aux-package
cl-data-structures.algorithms
cl-data-structures.sets.skip-list
cl-data-structures.streaming-algorithms.polynomial-hashing
cl-data-structures.sequences.rrb-vector
cl-data-structures.streaming-algorithms.hyperloglog
The main system appears first, followed by any subsystem dependency.
cl-data-structures
Data structures, ranges, ranges algorithms.
Marek Kochanowicz
Marek Kochanowicz
BSD simplified
1.3.0
iterate
(system).
alexandria
(system).
serapeum
(system).
documentation-utils-extensions
(system).
more-conditions
(system).
closer-mop
(system).
lparallel
(system).
flexichain
(system).
metabang-bind
(system).
bordeaux-threads
(system).
uiop
(system).
cl-ppcre
(system).
trivial-garbage
(system).
aux-package.lisp
(file).
package.lisp
(file).
utils
(module).
api
(module).
adapters
(module).
common
(module).
dicts
(module).
sequences
(module).
queues
(module).
sets
(module).
metric-space
(module).
composite
(module).
algorithms
(module).
file-system
(module).
threads
(module).
math
(module).
streaming-algorithms
(module).
Modules are listed depth-first from the system components tree.
cl-data-structures/utils
cl-data-structures/api
cl-data-structures/adapters
cl-data-structures/common
cl-data-structures/common/abstract
cl-data-structures/common/2-3-tree
cl-data-structures/common/hamt
cl-data-structures/common/rrb
cl-data-structures/common/skip-list
cl-data-structures/common/egnat
cl-data-structures/dicts
cl-data-structures/dicts/skip-list
cl-data-structures/dicts/hamt
cl-data-structures/dicts/srrb
cl-data-structures/sequences
cl-data-structures/sequences/rrb
cl-data-structures/queues
cl-data-structures/queues/2-3-tree
cl-data-structures/sets
cl-data-structures/sets/qp-trie
cl-data-structures/sets/skip-list
cl-data-structures/metric-space
cl-data-structures/metric-space/egnat
cl-data-structures/composite
cl-data-structures/algorithms
cl-data-structures/algorithms/meta
cl-data-structures/file-system
cl-data-structures/threads
cl-data-structures/math
cl-data-structures/streaming-algorithms
cl-data-structures/utils
package.lisp
(file).
cl-data-structures
(system).
package.lisp
(file).
macros.lisp
(file).
types.lisp
(file).
higher-order.lisp
(file).
cartesian.lisp
(file).
ordered-algorithms.lisp
(file).
lists.lisp
(file).
trivial.lisp
(file).
modification-algorithms.lisp
(file).
distances.lisp
(file).
lazy-shuffle.lisp
(file).
arrays.lisp
(file).
trees.lisp
(file).
bind.lisp
(file).
parallel-tools.lisp
(file).
lambda-lists.lisp
(file).
embedding.lisp
(file).
cloning.lisp
(file).
numbers.lisp
(file).
bucket-sort.lisp
(file).
hashing.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/api
utils
(module).
cl-data-structures
(system).
meta.lisp
(file).
meta-docstrings.lisp
(file).
fundamental-classes.lisp
(file).
trait-classes.lisp
(file).
generics.lisp
(file).
conditions.lisp
(file).
expression-wrapper.lisp
(file).
delay.lisp
(file).
macros.lisp
(file).
functions.lisp
(file).
field.lisp
(file).
auxilary.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/adapters
api
(module).
cl-data-structures
(system).
package.lisp
(file).
hash-table.lisp
(file).
vector.lisp
(file).
list.lisp
(file).
cl-data-structures/common
adapters
(module).
cl-data-structures
(system).
package.lisp
(file).
modification-operation-status.lisp
(file).
eager-modification-operation-status.lisp
(file).
lazy-box.lisp
(file).
lazy-range.lisp
(file).
content-tuple.lisp
(file).
ranges.lisp
(file).
sequence-window.lisp
(file).
docstrings.lisp
(file).
abstract
(module).
2-3-tree
(module).
hamt
(module).
rrb
(module).
skip-list
(module).
egnat
(module).
qp-trie.lisp
(file).
meta.lisp
(file).
cl-data-structures/common/abstract
common
(module).
package.lisp
(file).
common.lisp
(file).
cl-data-structures/common/2-3-tree
common
(module).
package.lisp
(file).
common.lisp
(file).
cl-data-structures/common/hamt
common
(module).
package.lisp
(file).
common.lisp
(file).
cl-data-structures/common/rrb
common
(module).
package.lisp
(file).
common.lisp
(file).
cl-data-structures/common/skip-list
common
(module).
package.lisp
(file).
common.lisp
(file).
cl-data-structures/common/egnat
common
(module).
package.lisp
(file).
classes.lisp
(file).
generics.lisp
(file).
common.lisp
(file).
methods.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/dicts
common
(module).
cl-data-structures
(system).
packages.lisp
(file).
trait-classes.lisp
(file).
common.lisp
(file).
api.lisp
(file).
docstrings.lisp
(file).
skip-list
(module).
hamt
(module).
srrb
(module).
cl-data-structures/dicts/skip-list
cl-data-structures/dicts/hamt
dicts
(module).
internal.lisp
(file).
api.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/dicts/srrb
dicts
(module).
types.lisp
(file).
internal.lisp
(file).
api.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/sequences
dicts
(module).
cl-data-structures
(system).
packages.lisp
(file).
common.lisp
(file).
rrb
(module).
cl-data-structures/sequences/rrb
sequences
(module).
api.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/queues
sequences
(module).
cl-data-structures
(system).
packages.lisp
(file).
common.lisp
(file).
docstrings.lisp
(file).
2-3-tree
(module).
cl-data-structures/queues/2-3-tree
queues
(module).
api.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/sets
queues
(module).
cl-data-structures
(system).
packages.lisp
(file).
common.lisp
(file).
docstrings.lisp
(file).
qp-trie
(module).
skip-list
(module).
cl-data-structures/sets/qp-trie
sets
(module).
api.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/sets/skip-list
sets
(module).
api.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/metric-space
sets
(module).
cl-data-structures
(system).
packages.lisp
(file).
trait-classes.lisp
(file).
common.lisp
(file).
api.lisp
(file).
docstrings.lisp
(file).
egnat
(module).
cl-data-structures/metric-space/egnat
metric-space
(module).
api.lisp
(file).
cl-data-structures/composite
metric-space
(module).
cl-data-structures
(system).
package.lisp
(file).
implementation.lisp
(file).
cl-data-structures/algorithms
composite
(module).
cl-data-structures
(system).
package.lisp
(file).
meta
(module).
common.lisp
(file).
array-elementwise.lisp
(file).
hash-table-elementwise.lisp
(file).
on-each.lisp
(file).
translation.lisp
(file).
count.lisp
(file).
to-vector.lisp
(file).
to-list.lisp
(file).
rate.lisp
(file).
to-hash-table.lisp
(file).
enumerate.lisp
(file).
shuffled-range.lisp
(file).
filtering.lisp
(file).
common-range-category.lisp
(file).
summary.lisp
(file).
accumulate.lisp
(file).
group-by.lisp
(file).
without.lisp
(file).
multiplex.lisp
(file).
only.lisp
(file).
only-different.lisp
(file).
cartesian.lisp
(file).
restrain-size.lisp
(file).
reservoir-sample.lisp
(file).
repeat.lisp
(file).
latch.lisp
(file).
establish-special.lisp
(file).
extrema.lisp
(file).
extremum.lisp
(file).
cumulative-accumulate.lisp
(file).
chain.lisp
(file).
frequency.lisp
(file).
zip.lisp
(file).
flatten-lists.lisp
(file).
partition-if.lisp
(file).
distinct.lisp
(file).
first-element.lisp
(file).
in-batches.lisp
(file).
sliding-window.lisp
(file).
with-previous-element.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/algorithms/meta
algorithms
(module).
macros.lisp
(file).
classes.lisp
(file).
generics.lisp
(file).
methods.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/file-system
algorithms
(module).
cl-data-structures
(system).
package.lisp
(file).
common.lisp
(file).
line-by-line.lisp
(file).
tokenize.lisp
(file).
find.lisp
(file).
unix.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/threads
file-system
(module).
cl-data-structures
(system).
package.lisp
(file).
parallel-multiplex.lisp
(file).
parallel-group-by.lisp
(file).
parallel-on-each.lisp
(file).
buffer-range.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/math
threads
(module).
cl-data-structures
(system).
package.lisp
(file).
absolute-value-norm.lisp
(file).
average.lisp
(file).
variance.lisp
(file).
mutual-information.lisp
(file).
simple-linear-regression.lisp
(file).
median-absolute-deviation.lisp
(file).
hodges-lehmann.lisp
(file).
co-occurence-table.lisp
(file).
standard-deviation.lisp
(file).
moments.lisp
(file).
bootstrap.lisp
(file).
moving-average.lisp
(file).
hmm.lisp
(file).
gini-impurity.lisp
(file).
entropy.lisp
(file).
fast-map.lisp
(file).
sum.lisp
(file).
docstrings.lisp
(file).
cl-data-structures/streaming-algorithms
math
(module).
cl-data-structures
(system).
hyperloglog.lisp
(file).
polynomial-hashing.lisp
(file).
package.lisp
(file).
common.lisp
(file).
approximated-histogram.lisp
(file).
approximated-set-cardinality.lisp
(file).
approximated-counts.lisp
(file).
approximated-top-k.lisp
(file).
bloom-filter.lisp
(file).
minhash.lisp
(file).
docstrings.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-data-structures/cl-data-structures.asd
cl-data-structures/aux-package.lisp
cl-data-structures/package.lisp
cl-data-structures/utils/package.lisp
cl-data-structures/utils/macros.lisp
cl-data-structures/utils/types.lisp
cl-data-structures/utils/higher-order.lisp
cl-data-structures/utils/cartesian.lisp
cl-data-structures/utils/ordered-algorithms.lisp
cl-data-structures/utils/lists.lisp
cl-data-structures/utils/trivial.lisp
cl-data-structures/utils/modification-algorithms.lisp
cl-data-structures/utils/distances.lisp
cl-data-structures/utils/lazy-shuffle.lisp
cl-data-structures/utils/arrays.lisp
cl-data-structures/utils/trees.lisp
cl-data-structures/utils/bind.lisp
cl-data-structures/utils/parallel-tools.lisp
cl-data-structures/utils/lambda-lists.lisp
cl-data-structures/utils/embedding.lisp
cl-data-structures/utils/cloning.lisp
cl-data-structures/utils/numbers.lisp
cl-data-structures/utils/bucket-sort.lisp
cl-data-structures/utils/hashing.lisp
cl-data-structures/utils/docstrings.lisp
cl-data-structures/api/meta.lisp
cl-data-structures/api/meta-docstrings.lisp
cl-data-structures/api/fundamental-classes.lisp
cl-data-structures/api/trait-classes.lisp
cl-data-structures/api/generics.lisp
cl-data-structures/api/conditions.lisp
cl-data-structures/api/expression-wrapper.lisp
cl-data-structures/api/delay.lisp
cl-data-structures/api/macros.lisp
cl-data-structures/api/functions.lisp
cl-data-structures/api/field.lisp
cl-data-structures/api/auxilary.lisp
cl-data-structures/api/docstrings.lisp
cl-data-structures/adapters/package.lisp
cl-data-structures/adapters/hash-table.lisp
cl-data-structures/adapters/vector.lisp
cl-data-structures/adapters/list.lisp
cl-data-structures/common/package.lisp
cl-data-structures/common/modification-operation-status.lisp
cl-data-structures/common/eager-modification-operation-status.lisp
cl-data-structures/common/lazy-box.lisp
cl-data-structures/common/lazy-range.lisp
cl-data-structures/common/content-tuple.lisp
cl-data-structures/common/ranges.lisp
cl-data-structures/common/sequence-window.lisp
cl-data-structures/common/docstrings.lisp
cl-data-structures/common/abstract/package.lisp
cl-data-structures/common/abstract/common.lisp
cl-data-structures/common/2-3-tree/package.lisp
cl-data-structures/common/2-3-tree/common.lisp
cl-data-structures/common/hamt/package.lisp
cl-data-structures/common/hamt/common.lisp
cl-data-structures/common/rrb/package.lisp
cl-data-structures/common/rrb/common.lisp
cl-data-structures/common/skip-list/package.lisp
cl-data-structures/common/skip-list/common.lisp
cl-data-structures/common/egnat/package.lisp
cl-data-structures/common/egnat/classes.lisp
cl-data-structures/common/egnat/generics.lisp
cl-data-structures/common/egnat/common.lisp
cl-data-structures/common/egnat/methods.lisp
cl-data-structures/common/egnat/docstrings.lisp
cl-data-structures/common/qp-trie.lisp
cl-data-structures/common/meta.lisp
cl-data-structures/dicts/packages.lisp
cl-data-structures/dicts/trait-classes.lisp
cl-data-structures/dicts/common.lisp
cl-data-structures/dicts/api.lisp
cl-data-structures/dicts/docstrings.lisp
cl-data-structures/dicts/skip-list/api.lisp
cl-data-structures/dicts/hamt/internal.lisp
cl-data-structures/dicts/hamt/api.lisp
cl-data-structures/dicts/hamt/docstrings.lisp
cl-data-structures/dicts/srrb/types.lisp
cl-data-structures/dicts/srrb/internal.lisp
cl-data-structures/dicts/srrb/api.lisp
cl-data-structures/dicts/srrb/docstrings.lisp
cl-data-structures/sequences/packages.lisp
cl-data-structures/sequences/common.lisp
cl-data-structures/sequences/rrb/api.lisp
cl-data-structures/sequences/rrb/docstrings.lisp
cl-data-structures/queues/packages.lisp
cl-data-structures/queues/common.lisp
cl-data-structures/queues/docstrings.lisp
cl-data-structures/queues/2-3-tree/api.lisp
cl-data-structures/queues/2-3-tree/docstrings.lisp
cl-data-structures/sets/packages.lisp
cl-data-structures/sets/common.lisp
cl-data-structures/sets/docstrings.lisp
cl-data-structures/sets/qp-trie/api.lisp
cl-data-structures/sets/qp-trie/docstrings.lisp
cl-data-structures/sets/skip-list/api.lisp
cl-data-structures/sets/skip-list/docstrings.lisp
cl-data-structures/metric-space/packages.lisp
cl-data-structures/metric-space/trait-classes.lisp
cl-data-structures/metric-space/common.lisp
cl-data-structures/metric-space/api.lisp
cl-data-structures/metric-space/docstrings.lisp
cl-data-structures/metric-space/egnat/api.lisp
cl-data-structures/composite/package.lisp
cl-data-structures/composite/implementation.lisp
cl-data-structures/algorithms/package.lisp
cl-data-structures/algorithms/meta/macros.lisp
cl-data-structures/algorithms/meta/classes.lisp
cl-data-structures/algorithms/meta/generics.lisp
cl-data-structures/algorithms/meta/methods.lisp
cl-data-structures/algorithms/meta/docstrings.lisp
cl-data-structures/algorithms/common.lisp
cl-data-structures/algorithms/array-elementwise.lisp
cl-data-structures/algorithms/hash-table-elementwise.lisp
cl-data-structures/algorithms/on-each.lisp
cl-data-structures/algorithms/translation.lisp
cl-data-structures/algorithms/count.lisp
cl-data-structures/algorithms/to-vector.lisp
cl-data-structures/algorithms/to-list.lisp
cl-data-structures/algorithms/rate.lisp
cl-data-structures/algorithms/to-hash-table.lisp
cl-data-structures/algorithms/enumerate.lisp
cl-data-structures/algorithms/shuffled-range.lisp
cl-data-structures/algorithms/filtering.lisp
cl-data-structures/algorithms/common-range-category.lisp
cl-data-structures/algorithms/summary.lisp
cl-data-structures/algorithms/accumulate.lisp
cl-data-structures/algorithms/group-by.lisp
cl-data-structures/algorithms/without.lisp
cl-data-structures/algorithms/multiplex.lisp
cl-data-structures/algorithms/only.lisp
cl-data-structures/algorithms/only-different.lisp
cl-data-structures/algorithms/cartesian.lisp
cl-data-structures/algorithms/restrain-size.lisp
cl-data-structures/algorithms/reservoir-sample.lisp
cl-data-structures/algorithms/repeat.lisp
cl-data-structures/algorithms/latch.lisp
cl-data-structures/algorithms/establish-special.lisp
cl-data-structures/algorithms/extrema.lisp
cl-data-structures/algorithms/extremum.lisp
cl-data-structures/algorithms/cumulative-accumulate.lisp
cl-data-structures/algorithms/chain.lisp
cl-data-structures/algorithms/frequency.lisp
cl-data-structures/algorithms/zip.lisp
cl-data-structures/algorithms/flatten-lists.lisp
cl-data-structures/algorithms/partition-if.lisp
cl-data-structures/algorithms/distinct.lisp
cl-data-structures/algorithms/first-element.lisp
cl-data-structures/algorithms/in-batches.lisp
cl-data-structures/algorithms/sliding-window.lisp
cl-data-structures/algorithms/with-previous-element.lisp
cl-data-structures/algorithms/docstrings.lisp
cl-data-structures/file-system/package.lisp
cl-data-structures/file-system/common.lisp
cl-data-structures/file-system/line-by-line.lisp
cl-data-structures/file-system/tokenize.lisp
cl-data-structures/file-system/find.lisp
cl-data-structures/file-system/unix.lisp
cl-data-structures/file-system/docstrings.lisp
cl-data-structures/threads/package.lisp
cl-data-structures/threads/parallel-multiplex.lisp
cl-data-structures/threads/parallel-group-by.lisp
cl-data-structures/threads/parallel-on-each.lisp
cl-data-structures/threads/buffer-range.lisp
cl-data-structures/threads/docstrings.lisp
cl-data-structures/math/package.lisp
cl-data-structures/math/absolute-value-norm.lisp
cl-data-structures/math/average.lisp
cl-data-structures/math/variance.lisp
cl-data-structures/math/mutual-information.lisp
cl-data-structures/math/simple-linear-regression.lisp
cl-data-structures/math/median-absolute-deviation.lisp
cl-data-structures/math/hodges-lehmann.lisp
cl-data-structures/math/co-occurence-table.lisp
cl-data-structures/math/standard-deviation.lisp
cl-data-structures/math/moments.lisp
cl-data-structures/math/bootstrap.lisp
cl-data-structures/math/moving-average.lisp
cl-data-structures/math/hmm.lisp
cl-data-structures/math/gini-impurity.lisp
cl-data-structures/math/entropy.lisp
cl-data-structures/math/fast-map.lisp
cl-data-structures/math/sum.lisp
cl-data-structures/math/docstrings.lisp
cl-data-structures/streaming-algorithms/hyperloglog.lisp
cl-data-structures/streaming-algorithms/polynomial-hashing.lisp
cl-data-structures/streaming-algorithms/package.lisp
cl-data-structures/streaming-algorithms/common.lisp
cl-data-structures/streaming-algorithms/approximated-histogram.lisp
cl-data-structures/streaming-algorithms/approximated-set-cardinality.lisp
cl-data-structures/streaming-algorithms/approximated-counts.lisp
cl-data-structures/streaming-algorithms/approximated-top-k.lisp
cl-data-structures/streaming-algorithms/bloom-filter.lisp
cl-data-structures/streaming-algorithms/minhash.lisp
cl-data-structures/streaming-algorithms/docstrings.lisp
cl-data-structures/cl-data-structures.asd
cl-data-structures
(system).
cl-data-structures/aux-package.lisp
cl-data-structures
(system).
defpackage
(macro).
cl-data-structures/package.lisp
aux-package.lisp
(file).
cl-data-structures
(system).
cl-data-structures/utils/macros.lisp
utils
(module).
bind-lambda
(macro).
cases
(macro).
check-value
(macro).
cond+
(macro).
cond-compare
(macro).
copy-slots
(macro).
define-list-of-slots
(macro).
import-all-package-symbols
(macro).
lazy-let
(macro).
let-generator
(macro).
lolol
(macro).
lparallel-future
(macro).
optimize-value
(macro).
with-keys
(macro).
with-rebind
(macro).
with-slots-for
(macro).
with-vectors
(macro).
build-setf-form
(function).
every-possible-combination
(function).
generate-if-else
(function).
list-of-slots
(generic function).
macro-with-dynamic-vars
(macro).
read-new-value
(function).
toggle-vars
(macro).
cl-data-structures/utils/types.lisp
utils
(module).
extendable-vector
(type).
index
(type).
cl-data-structures/utils/higher-order.lisp
utils
(module).
and*
(function).
cycle-over-address
(function).
generator
(function).
if-else
(function).
ignore-errors*
(function).
or*
(function).
prevent-duplicates
(function).
cl-data-structures/utils/cartesian.lisp
utils
(module).
cartesian
(function).
cartesian-table
(function).
cl-data-structures/utils/ordered-algorithms.lisp
utils
(module).
binary-search
(function).
lower-bound
(function).
merge-ordered-vectors
(function).
on-ordered-intersection
(function).
ordered-exclusion
(function).
ordered-intersection
(function).
ordered-p
(function).
cl-data-structures/utils/lists.lisp
utils
(module).
add-to-list
(function).
homogenousp
(function).
insert-or-replace
(function).
lexicographic-compare
(function).
normalize-sequence-to-span
(function).
normalize-sequence-to-sum
(function).
scan
(function).
transform
(function).
try-find
(function).
try-find-cell
(function).
try-remove
(function).
cl-data-structures/utils/trivial.lisp
cl-data-structures/utils/modification-algorithms.lisp
utils
(module).
adjust-size-to-fill-pointer
(function).
copy-without
(function).
erase-from-vector
(function).
inverted-hash-table
(function).
pop-last
(function).
swap-if
(function).
swapop
(function).
cl-data-structures/utils/distances.lisp
utils
(module).
each-in-matrix
(generic function).
fill-distance-matrix-from-vector
(function).
half-matrix
(class).
make-distance-matrix-from-vector
(function).
make-half-matrix
(function).
mref
(function).
(setf mref)
(function).
mutate-matrix
(generic function).
parallel-fill-distance-matrix-from-vector
(function).
parallel-make-distance-matrix-from-vector
(function).
read-size
(reader method).
distance
(function).
(setf distance)
(function).
index-in-content-of-distance-matrix
(function).
read-content
(reader method).
read-key
(reader method).
cl-data-structures/utils/lazy-shuffle.lisp
utils
(module).
draw-random-vector
(function).
draw-sample-vector
(function).
lazy-shuffle
(function).
cl-data-structures/utils/arrays.lisp
utils
(module).
remove-fill-pointer
(function).
select-top
(function).
unfold-table
(function).
circular-shift
(function).
circular-shift-left
(function).
circular-shift-right
(function).
cycle-rotate
(function).
highest-leader
(function).
in-shuffle-array
(function).
inverse-in-shuffle-array
(function).
next-index
(function).
cl-data-structures/utils/trees.lisp
utils
(module).
all-parents
(function).
ancestor-p
(function).
as-cons-tree
(function).
cl-data-structures/utils/parallel-tools.lisp
utils
(module).
add-into-queue
(generic function).
add-sinks
(generic function).
end-execution
(generic function).
ensure-call-ahead-of
(function).
future-carousel
(class).
initialize-instance
(method).
initialize-instance
(method).
make-future-carousel
(function).
make-pipe-fragment
(function).
pipe-fragment
(class).
start-execution
(generic function).
access-index
(reader method).
(setf access-index)
(writer method).
read-end-on-empty
(reader method).
read-function
(reader method).
read-operation
(reader method).
read-queue
(reader method).
read-sinks
(reader method).
read-sinks-lock
(reader method).
read-thread
(reader method).
read-vector
(reader method).
cl-data-structures/utils/lambda-lists.lisp
utils
(module).
lambda-list-to-bindings
(function).
lambda-list-to-call-form
(function).
method-lambda-list-to-function-lambda-list
(function).
cl-data-structures/utils/embedding.lisp
utils
(module).
bourgain-embedding
(function).
cl-data-structures/utils/cloning.lisp
utils
(module).
clone
(function).
cloning-information
(generic function).
cloning-list
(function).
quasi-clone
(function).
quasi-clone*
(macro).
quasi-clone-other-class
(function).
quasi-clone-other-class*
(macro).
cl-data-structures/utils/numbers.lisp
cl-data-structures/utils/bucket-sort.lisp
utils
(module).
bucket-sort
(function).
cl-data-structures/utils/hashing.lisp
utils
(module).
fixnum-hash
(function).
hash-integer
(function).
rol64
(function).
xorshift
(function).
splitmix64
(function).
xoshiro256**
(function).
cl-data-structures/api/meta.lisp
api
(module).
add!-function
(class).
add-function
(class).
alter-bucket
(generic function).
alter-bucket!
(generic function).
destructive-counterpart
(generic function).
destructive-function
(class).
erase!-function
(class).
erase*!-function
(class).
erase*-function
(class).
erase-function
(class).
erase-if!-function
(class).
erase-if-function
(class).
fresh-bucket-status
(generic function).
functional-add-function
(class).
functional-counterpart
(generic function).
functional-erase-function
(class).
functional-erase-if-function
(class).
functional-function
(class).
functional-insert-function
(class).
functional-put-back-function
(class).
functional-put-front-function
(class).
functional-put-function
(class).
functional-take-out-back-function
(class).
functional-take-out-front-function
(class).
functional-take-out-function
(class).
functional-update-function
(class).
functional-update-if-function
(class).
grow-function
(class).
insert!-function
(class).
insert-function
(class).
make-bucket
(generic function).
make-bucket-from-multiple
(generic function).
map-bucket
(generic function).
null-bucket
(constant).
null-bucket-p
(function).
pass-bucket-operation
(generic function).
pass-bucket-query
(generic function).
position-modification
(generic function).
put!-function
(class).
put-back!-function
(class).
put-front!-function
(class).
put-function
(class).
shrink-function
(class).
take-out!-function
(class).
take-out-back!-function
(class).
take-out-front!-function
(class).
take-out-function
(class).
update!-function
(class).
update-function
(class).
update-if!-function
(class).
update-if-function
(class).
put-back-function
(class).
put-front-function
(class).
take-out-back-function
(class).
take-out-front-function
(class).
cl-data-structures/api/fundamental-classes.lisp
api
(module).
chunked-range
(class).
chunking-mixin
(class).
fundamental-assignable-forward-range
(class).
fundamental-bidirectional-range
(class).
fundamental-container
(class).
fundamental-forward-range
(class).
fundamental-modification-operation-status
(class).
fundamental-random-access-range
(class).
fundamental-range
(class).
key-value-range
(class).
traversable
(class).
fundamental-assiganable-range
(class).
fundamental-assignable-bidirectional-range
(class).
fundamental-assignable-random-access-range
(class).
read-chunk-size
(reader method).
read-original-range
(reader method).
cl-data-structures/api/trait-classes.lisp
api
(module).
functional
(class).
lazy
(class).
mutable
(class).
transactional
(class).
cl-data-structures/api/generics.lisp
api
(module).
across
(generic function).
add
(generic function).
add!
(generic function).
at
(generic function).
(setf at)
(generic function).
become-functional
(generic function).
become-lazy
(generic function).
become-mutable
(generic function).
become-transactional
(generic function).
between*
(generic function).
changed
(generic function).
chunked
(generic function).
clone
(generic function).
consume-back
(generic function).
consume-front
(generic function).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
destructive-counterpart
(method).
dimensionality
(generic function).
drop-back
(generic function).
drop-front
(generic function).
empty-clone
(generic function).
erase
(generic function).
erase!
(generic function).
erase*
(generic function).
erase*!
(generic function).
erase-if
(generic function).
erase-if!
(generic function).
forward-call
(generic function).
found
(generic function).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functional-counterpart
(method).
functionalp
(generic function).
insert
(generic function).
insert!
(generic function).
lower-bound
(generic function).
make-from-traversable
(generic function).
make-of-size
(generic function).
mutablep
(generic function).
near
(generic function).
peek-back
(generic function).
(setf peek-back)
(generic function).
peek-front
(generic function).
(setf peek-front)
(generic function).
put
(generic function).
put!
(generic function).
put-back
(generic function).
put-back!
(generic function).
put-front
(generic function).
put-front!
(generic function).
replica
(generic function).
reset!
(generic function).
size
(generic function).
take-out
(generic function).
take-out!
(generic function).
take-out-back
(generic function).
take-out-back!
(generic function).
take-out-front
(generic function).
take-out-front!
(generic function).
transactionalp
(generic function).
traverse
(generic function).
type-specialization
(generic function).
update
(generic function).
update!
(generic function).
update-if
(generic function).
update-if!
(generic function).
value
(generic function).
whole-range
(generic function).
cl-data-structures/api/conditions.lisp
api
(module).
argument-error
(condition).
argument-value-not-in-allowed-set
(condition).
argument-value-out-of-bounds
(condition).
dimensionality-error
(condition).
empty-container
(condition).
file-releated-error
(condition).
incompatible-arguments
(condition).
initialization-error
(condition).
initialization-out-of-bounds
(condition).
invalid-argument
(condition).
invalid-argument-value
(condition).
invalid-value
(condition).
not-implemented
(condition).
not-in-allowed-set
(condition).
operation-not-allowed
(condition).
out-of-bounds
(condition).
path
(reader method).
read-bounds
(reader method).
read-class
(reader method).
read-value
(reader method).
textual-error
(condition).
too-many-dimensions
(condition).
unexpected-argument
(condition).
print-condition
(generic function).
read-argument
(reader method).
cl-data-structures/api/expression-wrapper.lisp
api
(module).
across
(method).
clone
(method).
consume-front
(method).
drop-front
(method).
expression
(class).
initialize-instance
(method).
path-scaner
(function).
peek-front
(method).
read-arguments
(reader method).
reset!
(method).
traverse
(method).
xpr
(macro).
access-arguments-closure
(reader method).
(setf access-arguments-closure)
(writer method).
access-closure
(reader method).
(setf access-closure)
(writer method).
access-finished-closure
(reader method).
(setf access-finished-closure)
(writer method).
read-body
(reader method).
cl-data-structures/api/delay.lisp
api
(module).
delay
(macro).
delayed
(class).
force
(function).
make-delay
(function).
read-callback
(reader method).
cl-data-structures/api/macros.lisp
api
(module).
assert-one-dimension
(macro).
check-argument-bounds
(macro).
mod-bind
(macro).
cl-data-structures/api/functions.lisp
api
(module).
iota-range
(function).
modulo-range
(function).
traverse-multiple
(function).
cl-data-structures/api/field.lisp
api
(module).
at
(method).
(setf at)
(method).
define-validation-for-fields
(macro).
field
(function).
field
(class).
read-arguments
(reader method).
validate-field
(generic function).
validate-fields
(function).
generate-validation-forms
(function).
validation-form
(function).
validation-form-for
(generic function).
cl-data-structures/api/auxilary.lisp
api
(module).
across
(method).
clone
(method).
consume-front
(method).
empty-range
(class).
peek-front
(method).
reset!
(method).
traverse
(method).
cl-data-structures/adapters/hash-table.lisp
cl-data-structures/adapters/vector.lisp
adapters
(module).
across
(method).
at
(method).
at
(method).
at
(method).
clone
(method).
clone
(method).
consume-back
(method).
consume-front
(method).
dimensionality
(method).
initialize-instance
(method).
offset-vector-range
(class).
peek-back
(method).
peek-front
(method).
reset!
(method).
size
(method).
size
(method).
traverse
(method).
vector-range
(class).
whole-range
(method).
access-lower-bound
(reader method).
(setf access-lower-bound)
(writer method).
access-upper-bound
(reader method).
(setf access-upper-bound)
(writer method).
init-vector-range
(function).
range-not-fully-read
(function).
read-initial-lower-bound
(reader method).
read-initial-upper-bound
(reader method).
read-offset
(reader method).
read-vector
(reader method).
cl-data-structures/adapters/list.lisp
adapters
(module).
across
(method).
at
(method).
clone
(method).
consume-front
(method).
list-range
(class).
peek-front
(method).
reset!
(method).
size
(method).
traverse
(method).
whole-range
(method).
access-content
(reader method).
(setf access-content)
(writer method).
read-original-content
(reader method).
cl-data-structures/common/modification-operation-status.lisp
common
(module).
changed
(reader method).
found
(reader method).
read-found
(reader method).
read-value
(reader method).
value
(reader method).
implementation-modification-operation-status
(class).
read-changed
(reader method).
write-changed
(writer method).
write-found
(writer method).
write-value
(writer method).
cl-data-structures/common/eager-modification-operation-status.lisp
common
(module).
eager-modification-operation-status
(class).
empty-changed-eager-modification-operation-status
(symbol macro).
empty-eager-modification-operation-status
(symbol macro).
make-eager-modification-operation-status
(function).
cl-data-structures/common/lazy-box.lisp
common
(module).
access-content
(reader method).
(setf access-content)
(writer method).
become-functional
(method).
become-mutable
(method).
become-transactional
(method).
changed
(method).
force-version
(function).
found
(method).
lazy-box-container
(class).
position-modification
(method).
reset!
(method).
size
(method).
value
(method).
access-eager-status
(reader method).
(setf access-eager-status)
(writer method).
access-operations
(reader method).
(setf access-operations)
(writer method).
add-change
(function).
box-container
(class).
changes
(structure).
changes-content
(reader).
(setf changes-content)
(writer).
changes-end-index
(reader).
(setf changes-end-index)
(writer).
changes-p
(function).
changes-parent
(reader).
(setf changes-parent)
(writer).
changes-unique
(reader).
(setf changes-unique)
(writer).
copy-changes
(function).
execute-changes
(function).
lazy-modification-operation-status
(class).
make-changes
(function).
read-lazy-instance
(reader method).
write-lazy-instance
(writer method).
cl-data-structures/common/lazy-range.lisp
common
(module).
across
(method).
across
(method).
consume-back
(method).
consume-back
(method).
consume-front
(method).
consume-front
(method).
drop-back
(method).
drop-back
(method).
drop-front
(method).
drop-front
(method).
lazy-bidirectional-range
(class).
lazy-random-access-range
(class).
make-lazy-range
(macro).
peek-back
(method).
peek-back
(method).
peek-front
(method).
peek-front
(method).
size
(method).
size
(method).
traverse
(method).
traverse
(method).
force-lazy-range
(function).
lazy-forward-range
(class).
lazy-range
(class).
read-container
(reader method).
read-range
(reader method).
cl-data-structures/common/content-tuple.lisp
common
(module).
dict-content
(structure).
dict-content-location
(reader).
(setf dict-content-location)
(writer).
dict-content-value
(reader).
(setf dict-content-value)
(writer).
hash-content-hash
(reader).
(setf hash-content-hash)
(writer).
hash-content-location
(reader).
(setf hash-content-location)
(writer).
hash-dict-content-value
(reader).
(setf hash-dict-content-value)
(writer).
make-dict-content
(function).
make-hash-content
(function).
make-hash-dict-content
(function).
single-element-p
(function).
copy-dict-content
(function).
copy-hash-content
(function).
copy-hash-dict-content
(function).
dict-content-p
(function).
hash-content
(structure).
hash-content-p
(function).
hash-dict-content
(structure).
hash-dict-content-hash
(function).
(setf hash-dict-content-hash)
(function).
hash-dict-content-location
(function).
(setf hash-dict-content-location)
(function).
hash-dict-content-p
(function).
cl-data-structures/common/ranges.lisp
common
(module).
across
(method).
assignable-forward-tree-range
(class).
clone
(method).
cloning-information
(method).
consume-front
(method).
defmethod-with-peek-stack
(macro).
defmethod-with-stack
(macro).
drop-front
(method).
forward-tree-range
(class).
peek-front
(method).
(setf peek-front)
(method).
read-store-value
(reader method).
reset!
(method).
traverse
(method).
access-forward-stack
(reader method).
(setf access-forward-stack)
(writer method).
read-container
(reader method).
read-implementation
(function).
read-initial-stack
(reader method).
read-key
(reader method).
read-obtain-value
(reader method).
cl-data-structures/common/sequence-window.lisp
common
(module).
across
(method).
at
(method).
clone
(method).
consume-back
(method).
consume-front
(method).
initialize-instance
(method).
peek-back
(method).
peek-front
(method).
reset!
(method).
sequence-window
(generic function).
sequence-window
(class).
size
(method).
traverse
(method).
access-current-index
(reader method).
(setf access-current-index)
(writer method).
access-initial-to
(reader method).
(setf access-initial-to)
(writer method).
effective-at
(generic function).
list-sequence-window
(class).
random-access-sequence-window
(class).
read-content
(reader method).
read-from
(reader method).
read-to
(reader method).
vector-sequence-window
(class).
cl-data-structures/common/abstract/package.lisp
abstract
(module).
cl-data-structures/common/abstract/common.lisp
abstract
(module).
acquire-ownership
(function).
define-tagged-untagged-node
(macro).
fundamental-ownership-tagged-object
(class).
make-ownership-tag
(function).
read-ownership-tag
(reader method).
read-ownership-tag
(reader method).
replica
(function).
tagged-node
(class).
tagged-struct-node
(structure).
write-ownership-tag
(writer method).
copy-tagged-struct-node
(function).
make-tagged-struct-node
(function).
reset-ownership-tag
(function).
struct-accessor-name
(function).
tagged-node-ownership-tag
(function).
tagged-struct-node-ownership-tag
(reader).
(setf tagged-struct-node-ownership-tag)
(writer).
tagged-struct-node-p
(function).
cl-data-structures/common/2-3-tree/package.lisp
2-3-tree
(module).
cl-data-structures/common/2-3-tree/common.lisp
2-3-tree
(module).
2-node
(class).
3-node
(class).
access-left
(reader method).
access-left
(reader method).
(setf access-left)
(writer method).
(setf access-left)
(writer method).
access-middle
(reader method).
(setf access-middle)
(writer method).
access-right
(reader method).
access-right
(reader method).
(setf access-right)
(writer method).
(setf access-right)
(writer method).
access-root
(reader method).
(setf access-root)
(writer method).
delete-back-from-tree
(function).
delete-back-from-tree!
(function).
insert-front-into-tree
(function).
insert-front-into-tree!
(function).
node
(class).
transactional-delete-back-from-tree!
(function).
transactional-insert-front-into-tree!
(function).
tree
(class).
delete-back
(generic function).
delete-back!
(generic function).
insert-front
(generic function).
insert-front!
(generic function).
tagged-2-node
(class).
tagged-3-node
(class).
tagged-tree
(class).
take-back
(generic function).
transactional-delete-back!
(generic function).
transactional-insert-front!
(generic function).
cl-data-structures/common/hamt/common.lisp
hamt
(module).
+depth+
(constant).
+hash-level+
(constant).
+maximum-children-count+
(constant).
access-root
(reader method).
(setf access-root)
(writer method).
access-size
(reader method).
(setf access-size)
(writer method).
build-node
(function).
build-rehashed-node
(function).
clone
(method).
copy-node
(function).
copy-on-write
(function).
get-range-key-function
(generic function).
go-down-on-path
(function).
hamt-container
(class).
hash-do
(macro).
hash-node-access
(function).
hash-node-contains
(function).
hash-node-contains-node
(function).
hash-node-content
(function).
(setf hash-node-content)
(function).
hash-node-deep-copy
(function).
hash-node-insert!
(function).
hash-node-insert-into-copy
(function).
hash-node-p
(function).
hash-node-remove!
(function).
hash-node-remove-from-the-copy
(function).
hash-node-replace!
(function).
hash-node-replace-in-the-copy
(function).
hash-node-size
(function).
hash-node-size
(type).
hash-node-to-masked-index
(function).
hash-node-whole-mask
(function).
new-cell
(function).
obtain-value
(function).
rebuild-rehashed-node
(function).
rehash
(function).
transactional-copy-on-write
(function).
whole-range
(method).
with-destructive-erase-hamt
(macro).
with-hamt-path
(macro).
copy-hamt-range-stack-cell
(function).
copy-hash-node-tagged
(function).
copy-hash-node-untagged
(function).
forward-cell
(function).
full-bucket-p
(function).
hamt-range-stack-cell
(structure).
hamt-range-stack-cell-end
(reader).
(setf hamt-range-stack-cell-end)
(writer).
hamt-range-stack-cell-node
(reader).
(setf hamt-range-stack-cell-node)
(writer).
hamt-range-stack-cell-p
(function).
hamt-range-stack-cell-start
(reader).
(setf hamt-range-stack-cell-start)
(writer).
hash-mask
(type).
hash-node
(type).
hash-node-index
(type).
hash-node-node-mask
(function).
(setf hash-node-node-mask)
(function).
hash-node-tagged
(structure).
hash-node-tagged-content
(reader).
(setf hash-node-tagged-content)
(writer).
hash-node-tagged-node-mask
(reader).
(setf hash-node-tagged-node-mask)
(writer).
hash-node-tagged-ownership-tag
(function).
(setf hash-node-tagged-ownership-tag)
(function).
hash-node-tagged-p
(function).
hash-node-untagged
(structure).
hash-node-untagged-content
(reader).
(setf hash-node-untagged-content)
(writer).
hash-node-untagged-node-mask
(reader).
(setf hash-node-untagged-node-mask)
(writer).
hash-node-untagged-p
(function).
index-path
(type).
make-hamt-range-stack-cell
(function).
make-hash-node
(function).
make-hash-node-tagged
(function).
make-hash-node-untagged
(function).
node-path
(type).
read-bucket-size
(reader method).
round-size
(function).
set-in-node-mask
(function).
cl-data-structures/common/rrb/common.lisp
rrb
(module).
+bit-count+
(constant).
+maximal-shift+
(constant).
+maximum-children-count+
(constant).
+tail-mask+
(constant).
access-last-size
(reader method).
(setf access-last-size)
(writer method).
access-lower-bound
(reader method).
(setf access-lower-bound)
(writer method).
access-root
(reader method).
(setf access-root)
(writer method).
access-shift
(reader method).
(setf access-shift)
(writer method).
access-size
(reader method).
(setf access-size)
(writer method).
access-start
(reader method).
(setf access-start)
(writer method).
access-tail
(reader method).
(setf access-tail)
(writer method).
access-tail-size
(reader method).
(setf access-tail-size)
(writer method).
access-upper-bound
(reader method).
(setf access-upper-bound)
(writer method).
across
(method).
at
(method).
at
(method).
(setf at)
(method).
chunked
(method).
clone
(method).
clone
(method).
consume-back
(method).
consume-front
(method).
consume-front
(method).
copy-on-write
(function).
deep-copy-sparse-rrb-node
(function).
descend-into-tree
(function).
destructive-write
(function).
fill-sparse-rrb-node-with-new
(function).
initialize-instance
(method).
initialize-instance
(method).
insert-tail
(function).
make-node-content
(function).
make-rrb-node
(function).
make-sparse-rrb-node
(function).
node-content
(type).
node-size
(type).
nref
(function).
(setf nref)
(function).
peek-back
(method).
(setf peek-back)
(method).
peek-front
(method).
peek-front
(method).
(setf peek-front)
(method).
read-element-type
(reader method).
remove-tail
(function).
reset!
(method).
rrb-at
(function).
rrb-container
(class).
rrb-index
(type).
rrb-node
(type).
rrb-node-content
(function).
rrb-node-position
(type).
rrb-node-push!
(function).
rrb-node-push-into-copy
(function).
rrb-range
(class).
shift
(type).
size
(method).
size
(method).
sparse-nref
(function).
(setf sparse-nref)
(function).
sparse-rrb-mask
(type).
sparse-rrb-node
(type).
sparse-rrb-node-bitmask
(function).
(setf sparse-rrb-node-bitmask)
(function).
sparse-rrb-node-contains
(function).
sparse-rrb-node-content
(function).
(setf sparse-rrb-node-content)
(function).
sparse-rrb-node-erase
(function).
sparse-rrb-node-erase!
(function).
sparse-rrb-node-size
(function).
sparse-rrb-node-tagged
(structure).
sparse-rrb-node-untagged
(structure).
sparse-rrb-tree-map
(function).
sparse-rrb-tree-size
(function).
transactional-copy-on-write
(function).
traverse
(method).
traverse
(method).
type-specialization
(reader method).
whole-range
(method).
with-sparse-rrb-node
(macro).
with-sparse-rrb-node-path
(macro).
access-container
(reader method).
(setf access-container)
(writer method).
acquire-path
(function).
chunked-rrb-range
(class).
copy-sparse-rrb-node-tagged
(function).
copy-sparse-rrb-node-untagged
(function).
fill-sparse-rrb-node-without
(function).
init-rrb
(function).
make-sparse-rrb-node-tagged
(function).
make-sparse-rrb-node-untagged
(function).
mutable-rrb-range
(class).
push-into-copy-of-tail
(function).
push-into-tail!
(function).
read-content
(reader method).
read-initial-lower-bound
(reader method).
read-initial-upper-bound
(reader method).
read-mutex
(reader method).
read-rrb-range
(reader method).
read-vectors-in-chunk
(reader method).
rrb-indexes
(type).
rrb-node-deep-copy
(function).
rrb-node-pop!
(function).
rrb-node-pop-in-the-copy
(function).
rrb-path
(type).
sparse-rrb-node-tagged-bitmask
(reader).
(setf sparse-rrb-node-tagged-bitmask)
(writer).
sparse-rrb-node-tagged-content
(reader).
(setf sparse-rrb-node-tagged-content)
(writer).
sparse-rrb-node-tagged-ownership-tag
(function).
(setf sparse-rrb-node-tagged-ownership-tag)
(function).
sparse-rrb-node-tagged-p
(function).
sparse-rrb-node-untagged-bitmask
(reader).
(setf sparse-rrb-node-untagged-bitmask)
(writer).
sparse-rrb-node-untagged-content
(reader).
(setf sparse-rrb-node-untagged-content)
(writer).
sparse-rrb-node-untagged-p
(function).
tail-offset
(function).
cl-data-structures/common/skip-list/package.lisp
skip-list
(module).
cl-data-structures/common/skip-list/common.lisp
skip-list
(module).
access-maximum-level
(reader method).
(setf access-maximum-level)
(writer method).
access-test-function
(reader method).
(setf access-test-function)
(writer method).
across
(method).
across
(method).
assoc-skip-list-node-value
(reader).
(setf assoc-skip-list-node-value)
(writer).
between*
(method).
clone
(method).
clone
(method).
cloning-information
(method).
cloning-information
(method).
consume-front
(method).
delete-node-between!
(function).
drop-front
(method).
empty-clone
(method).
fundamental-skip-list
(class).
fundamental-skip-list-range
(class).
insert-node-between!
(function).
insert-or
(function).
locate-node
(function).
make-range
(generic function).
make-skip-list-node
(function).
make-skip-list-node-of-level
(function).
make-skip-list-node-of-random-level
(function).
new-node-update-pointers!
(function).
peek-front
(method).
position-modification
(method).
position-modification
(method).
print-object
(method).
print-object
(method).
random-level
(function).
read-ordering-function
(reader method).
read-pointers
(reader method).
reset!
(method).
reset!
(method).
size
(method).
skip-list-locate-node
(function).
skip-list-node
(structure).
skip-list-node-at
(function).
(setf skip-list-node-at)
(function).
skip-list-node-clone
(generic function).
skip-list-node-compare
(function).
skip-list-node-content
(reader).
(setf skip-list-node-content)
(writer).
skip-list-node-level
(function).
skip-list-node-pointers
(reader).
(setf skip-list-node-pointers)
(writer).
skip-list-node-update-pointers!
(function).
traverse
(method).
traverse
(method).
update-head-pointers!
(function).
access-current-node
(reader method).
(setf access-current-node)
(writer method).
assoc-skip-list-node
(structure).
assoc-skip-list-node-content
(function).
(setf assoc-skip-list-node-content)
(function).
assoc-skip-list-node-p
(function).
assoc-skip-list-node-pointers
(function).
(setf assoc-skip-list-node-pointers)
(function).
copy-assoc-skip-list-node
(function).
copy-into!
(function).
copy-skip-list-node
(function).
gather-pointers
(function).
list-of-slots
(method).
list-of-slots
(method).
list-of-slots
(method).
make-assoc-skip-list-node
(function).
make-skip-list-node*
(function).
read-initial-current-node
(reader method).
read-last-node
(reader method).
skip-list-node-p
(function).
cl-data-structures/common/egnat/package.lisp
egnat
(module).
cl-data-structures/common/egnat/classes.lisp
egnat
(module).
access-root
(reader method).
(setf access-root)
(writer method).
access-size
(reader method).
(setf access-size)
(writer method).
cloning-information
(method).
cloning-information
(method).
fundamental-egnat-container
(class).
initialize-instance
(method).
initialize-instance
(method).
mutable-egnat-container
(class).
read-margin
(reader method).
read-near
(reader method).
size
(reader method).
access-close-range
(reader method).
(setf access-close-range)
(writer method).
access-distant-range
(reader method).
(setf access-distant-range)
(writer method).
access-stack
(reader method).
(setf access-stack)
(writer method).
egnat-node
(class).
egnat-range
(class).
egnat-range-around
(class).
egnat-subtree
(class).
read-branching-factor
(reader method).
read-children
(reader method).
read-close-range
(reader method).
read-container
(reader method).
read-content
(reader method).
read-content
(reader method).
read-content-count-in-node
(reader method).
read-distant-range
(reader method).
read-initial-stack
(reader method).
read-metric-type
(reader method).
read-samples-count
(reader method).
cl-data-structures/common/egnat/generics.lisp
egnat
(module).
distance
(generic function).
select-children
(generic function).
next-elements
(generic function).
cl-data-structures/common/egnat/common.lisp
egnat
(module).
make-egnat-tree
(function).
prune-subtrees
(function).
traverse-impl
(function).
assign-children
(function).
average-pairwise-distance
(function).
become-subtree
(function).
become-subtree*
(generic function).
calculate-distances
(function).
closest-node
(function).
collect-buckets
(function).
egnat-grow!
(function).
make-children-vector
(function).
make-content-vector
(function).
make-partitions
(function).
make-ranges
(function).
node-children-full-p
(function).
node-full-p
(function).
node-head
(function).
push-content
(function).
recursive-egnat-grow!
(function).
recursive-egnat-grow!*
(generic function).
select-best-seeds
(function).
select-seeds
(function).
update-ranges!
(function).
visit-every-bucket
(function).
cl-data-structures/common/egnat/methods.lisp
egnat
(module).
across
(method).
across
(method).
clone
(method).
clone
(method).
clone
(method).
consume-front
(method).
near
(method).
peek-front
(method).
position-modification
(method).
reset!
(method).
traverse
(method).
traverse
(method).
whole-range
(method).
add-children-to-stack
(function).
front-body
(macro).
position-to-value
(function).
traverse-body
(macro).
cl-data-structures/common/qp-trie.lisp
common
(module).
access-root
(reader method).
(setf access-root)
(writer method).
array-to-half-byte-array
(function).
half-byte-list-to-array
(function).
make-qp-trie-node
(function).
map-qp-trie-nodes
(function).
qp-trie
(class).
qp-trie-delete!
(function).
qp-trie-find
(function).
qp-trie-insert!
(macro).
qp-trie-node
(type).
qp-trie-node-bitmask
(function).
(setf qp-trie-node-bitmask)
(function).
qp-trie-node-children-bitmask
(function).
(setf qp-trie-node-children-bitmask)
(function).
qp-trie-node-clone
(function).
qp-trie-node-content
(function).
(setf qp-trie-node-content)
(function).
qp-trie-node-delete!
(function).
qp-trie-node-leaf-present-p
(function).
qp-trie-node-present-p
(function).
qp-trie-node-ref
(function).
qp-trie-node-store-bitmask
(function).
(setf qp-trie-node-store-bitmask)
(function).
qp-trie-node-unmark-leaf!
(function).
copy-qp-trie-node-tagged
(function).
copy-qp-trie-node-untagged
(function).
full-mask
(type).
half-byte
(type).
make-qp-trie-node-tagged
(function).
make-qp-trie-node-untagged
(function).
node-index
(type).
node-mask
(type).
qp-trie-leaf-present-p
(function).
qp-trie-node-contains-leafs-p
(function).
qp-trie-node-get-or-insert-child!
(macro).
qp-trie-node-index
(function).
qp-trie-node-insert-new-node!
(function).
qp-trie-node-mark-leaf!
(function).
qp-trie-node-size
(function).
qp-trie-node-tagged
(structure).
qp-trie-node-tagged-bitmask
(reader).
(setf qp-trie-node-tagged-bitmask)
(writer).
qp-trie-node-tagged-content
(reader).
(setf qp-trie-node-tagged-content)
(writer).
qp-trie-node-tagged-ownership-tag
(function).
(setf qp-trie-node-tagged-ownership-tag)
(function).
qp-trie-node-tagged-p
(function).
qp-trie-node-untagged
(structure).
qp-trie-node-untagged-bitmask
(reader).
(setf qp-trie-node-untagged-bitmask)
(writer).
qp-trie-node-untagged-content
(reader).
(setf qp-trie-node-untagged-content)
(writer).
qp-trie-node-untagged-p
(function).
split-byte
(function).
cl-data-structures/common/meta.lisp
common
(module).
alter-bucket
(method).
alter-bucket
(method).
alter-bucket
(method).
alter-bucket
(method).
alter-bucket
(method).
alter-bucket
(method).
alter-bucket!
(method).
alter-bucket!
(method).
alter-bucket!
(method).
alter-bucket!
(method).
alter-bucket!
(method).
alter-bucket!
(method).
alter-bucket!
(method).
fresh-bucket-status
(method).
fresh-bucket-status
(method).
fresh-bucket-status
(method).
fresh-bucket-status
(method).
fresh-bucket-status
(method).
make-bucket
(method).
make-bucket
(method).
cl-data-structures/dicts/trait-classes.lisp
dicts
(module).
functional-dictionary
(class).
functional-hashing-dictionary
(class).
functional-sparse-vector
(class).
fundamental-dictionary
(class).
fundamental-hashing-dictionary
(class).
fundamental-sparse-vector
(class).
lazy-dictionary
(class).
lazy-hashing-dictionary
(class).
mutable-dictionary
(class).
mutable-hashing-dictionary
(class).
mutable-sparse-vector
(class).
read-equal-fn
(reader method).
read-hash-fn
(reader method).
transactional-dictionary
(class).
transactional-hashing-dictionary
(class).
transactional-sparse-vector
(class).
cl-data-structures/dicts/common.lisp
dicts
(module).
at
(method).
become-lazy
(method).
map-bucket
(method).
map-bucket
(method).
whole-range
(method).
lazy-box-dictionary
(class).
cl-data-structures/dicts/api.lisp
dicts
(module).
add
(method).
add
(method).
add!
(method).
add!
(method).
(setf at)
(method).
(setf at)
(method).
erase
(method).
erase
(method).
erase!
(method).
erase!
(method).
erase-if
(method).
erase-if!
(method).
insert
(method).
insert
(method).
insert!
(method).
insert!
(method).
update
(method).
update
(method).
update!
(method).
update!
(method).
update-if
(method).
update-if
(method).
update-if!
(method).
update-if!
(method).
cl-data-structures/dicts/skip-list/api.lisp
skip-list
(module).
across
(method).
at
(method).
consume-front
(method).
lower-bound
(method).
make-from-traversable
(method).
make-mutable-skip-list-dictionary
(function).
make-range
(method).
mutable-skip-list-dictionary
(class).
peek-front
(method).
position-modification
(method).
position-modification
(method).
traverse
(method).
whole-range
(method).
mutable-skip-list-dictionary-range
(class).
cl-data-structures/dicts/hamt/internal.lisp
hamt
(module).
find-content
(function).
grow
(generic function).
make-hash-dict-content
(function).
shrink
(generic function).
cl-data-structures/dicts/hamt/api.lisp
hamt
(module).
across
(method).
at
(method).
become-functional
(method).
become-functional
(method).
become-mutable
(method).
become-mutable
(method).
become-transactional
(method).
empty-clone
(method).
functional-hamt-dictionary
(class).
get-range-key-function
(method).
hamt-dictionary
(class).
hamt-dictionary-at
(function).
hamt-dictionary-size
(function).
make-from-traversable
(method).
make-from-traversable
(method).
make-from-traversable
(method).
make-functional-hamt-dictionary
(function).
make-mutable-hamt-dictionary
(function).
make-transactional-hamt-dictionary
(function).
mutable-hamt-dictionary
(class).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
replica
(method).
reset!
(method).
size
(method).
transactional-hamt-dictionary
(class).
whole-range
(method).
with-hash-tree-functions
(macro).
cl-data-structures/dicts/srrb/types.lisp
srrb
(module).
access-index-bound
(reader method).
(setf access-index-bound)
(writer method).
access-shift
(reader method).
(setf access-shift)
(writer method).
access-tail
(reader method).
(setf access-tail)
(writer method).
access-tail-mask
(reader method).
(setf access-tail-mask)
(writer method).
access-tree
(reader method).
(setf access-tree)
(writer method).
access-tree-index-bound
(reader method).
(setf access-tree-index-bound)
(writer method).
access-tree-size
(reader method).
(setf access-tree-size)
(writer method).
cloning-information
(method).
functional-sparse-rrb-vector
(class).
mutable-sparse-rrb-vector
(class).
read-element-type
(reader method).
transactional-sparse-rrb-vector
(class).
type-specialization
(reader method).
fundamental-sparse-rrb-vector
(class).
cl-data-structures/dicts/srrb/internal.lisp
srrb
(module).
functional-sparse-rrb-vector-grow
(function).
insert-tail
(function).
insert-tail!
(function).
mutable-sparse-rrb-vector-grow
(function).
scan-index-bound
(function).
shift-for-position
(function).
transactional-insert-tail!
(function).
transactional-sparse-rrb-vector-grow
(function).
adjust-tree-to-new-size!
(function).
deep-copy-of-tail
(function).
destructive-grow-tree!
(function).
drop-unneded-nodes
(function).
grow-tree
(function).
has-single-child-p
(function).
insert-into-node!
(function).
insert-new-node!
(function).
insert-tail-handle-root-overflow
(function).
make-adjusted-tree
(function).
make-node-from-tail
(function).
set-in-tail
(function).
set-in-tail!
(function).
shift
(type).
shrink-handle-tail!
(function).
shrink-tree
(function).
shrink-tree!
(function).
tail-copy
(function).
transactional-grow-tree!
(function).
transactional-shrink-handle-tail!
(function).
transactional-shrink-tree!
(function).
tree-index-bound
(function).
unset-in-tail
(function).
unset-in-tail!
(function).
cl-data-structures/dicts/srrb/api.lisp
srrb
(module).
across
(method).
at
(method).
become-functional
(method).
become-mutable
(method).
become-transactional
(method).
become-transactional
(method).
empty-clone
(method).
make-from-traversable
(method).
make-from-traversable
(method).
make-from-traversable
(method).
make-functional-sparse-rrb-vector
(function).
make-mutable-sparse-rrb-vector
(function).
make-transactional-sparse-rrb-vector
(function).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
replica
(method).
reset!
(method).
reset!
(method).
size
(method).
sparse-rrb-vector-at
(function).
traverse
(method).
whole-range
(method).
copy-srrb-range-stack-cell
(function).
forward-cell
(function).
make-range-from-root
(function).
make-range-from-tail
(function).
make-srrb-range-stack-cell
(function).
obtain-value
(function).
srrb-range-stack-cell
(structure).
srrb-range-stack-cell-container
(reader).
(setf srrb-range-stack-cell-container)
(writer).
srrb-range-stack-cell-depth
(reader).
(setf srrb-range-stack-cell-depth)
(writer).
srrb-range-stack-cell-end
(reader).
(setf srrb-range-stack-cell-end)
(writer).
srrb-range-stack-cell-is-tail
(reader).
(setf srrb-range-stack-cell-is-tail)
(writer).
srrb-range-stack-cell-node-bitmask
(reader).
(setf srrb-range-stack-cell-node-bitmask)
(writer).
srrb-range-stack-cell-node-content
(reader).
(setf srrb-range-stack-cell-node-content)
(writer).
srrb-range-stack-cell-p
(function).
srrb-range-stack-cell-start
(reader).
(setf srrb-range-stack-cell-start)
(writer).
srrb-range-stack-cell-upper-bits
(reader).
(setf srrb-range-stack-cell-upper-bits)
(writer).
cl-data-structures/sequences/packages.lisp
sequences
(module).
cl-data-structures/sequences/common.lisp
sequences
(module).
at
(method).
(setf at)
(method).
become-lazy
(method).
functional-sequence
(class).
fundamental-sequence
(class).
mutable-sequence
(class).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
put
(method).
put!
(method).
put-back
(method).
put-back!
(method).
take-out
(method).
take-out!
(method).
take-out-back
(method).
take-out-back!
(method).
transactional-sequence
(class).
update
(method).
update-if
(method).
update-if!
(method).
whole-range
(method).
lazy-box-sequence
(class).
cl-data-structures/sequences/rrb/api.lisp
rrb
(module).
become-functional
(method).
become-functional
(method).
become-mutable
(method).
become-mutable
(method).
become-transactional
(method).
empty-clone
(method).
functional-rrb-vector
(class).
make-from-traversable
(method).
make-from-traversable
(method).
make-from-traversable
(method).
make-functional-rrb-vector
(function).
make-mutable-rrb-vector
(function).
make-of-size
(method).
make-of-size
(method).
make-of-size
(method).
make-transactional-rrb-vector
(function).
mutable-rrb-vector
(class).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
replica
(method).
reset!
(method).
reset!
(method).
transactional-rrb-vector
(class).
fold-content
(function).
fold-rrb-content
(function).
make-mutable-of-size
(function).
mutable-from-traversable
(function).
rrb-vector
(class).
cl-data-structures/queues/common.lisp
queues
(module).
access-size
(reader method).
(setf access-size)
(writer method).
fundamental-functional-queue
(class).
fundamental-mutable-queue
(class).
fundamental-queue
(class).
fundamental-transactional-queue
(class).
put
(method).
put!
(method).
put!
(method).
size
(reader method).
take-out
(method).
take-out!
(method).
take-out!
(method).
take-out!
(method).
cl-data-structures/queues/2-3-tree/api.lisp
2-3-tree
(module).
across
(method).
across
(method).
across
(method).
at
(method).
at
(method).
become-functional
(method).
become-mutable
(method).
become-mutable
(method).
become-mutable
(method).
become-mutable
(method).
become-transactional
(method).
become-transactional
(method).
become-transactional
(method).
become-transactional
(method).
become-transactional
(method).
clone
(method).
consume-front
(method).
empty-clone
(method).
empty-clone
(method).
empty-clone
(method).
fixed-capacity-synchronized-mutable-2-3-queue
(class).
fixed-capacity-synchronized-transactional-2-3-queue
(class).
functional-2-3-queue
(class).
make-from-traversable
(method).
make-from-traversable
(method).
make-from-traversable
(method).
make-functional-2-3-queue
(function).
make-mutable-2-3-queue
(function).
make-synchronized-mutable-2-3-queue
(function).
make-synchronized-transactional-2-3-queue
(function).
make-transactional-2-3-queue
(function).
mutable-2-3-queue
(class).
peek-front
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
replica
(method).
reset!
(method).
reset!
(method).
reset!
(method).
reset!
(method).
reset!
(method).
size
(method).
synchronized-mutable-2-3-queue
(class).
synchronized-transactional-2-3-queue
(class).
transactional-2-3-queue
(class).
traverse
(method).
traverse
(method).
type-specialization
(reader method).
whole-range
(method).
whole-range
(method).
+buffer-size+
(constant).
2-3-queue
(class).
2-3-queue-range
(class).
access-container
(reader method).
(setf access-container)
(writer method).
access-head
(reader method).
(setf access-head)
(writer method).
access-head-position
(reader method).
(setf access-head-position)
(writer method).
access-og-container
(reader method).
(setf access-og-container)
(writer method).
access-tail
(reader method).
(setf access-tail)
(writer method).
access-tail-end
(reader method).
(setf access-tail-end)
(writer method).
access-tail-position
(reader method).
(setf access-tail-position)
(writer method).
across/traverse
(function).
buffer-index
(type).
copy-array-if-not-nil
(function).
fixed-capacity-synchronization-mixin
(class).
mutable-from-traversable
(function).
queue-buffer
(type).
read-capacity
(reader method).
read-element-type
(reader method).
read-lock
(reader method).
read-mutex
(reader method).
read-notify-pop
(reader method).
read-notify-push
(reader method).
synchronization-mixin
(class).
synchronization-primitives-mixin
(class).
cl-data-structures/queues/2-3-tree/docstrings.lisp
2-3-tree
(module).
cl-data-structures/sets/common.lisp
sets
(module).
erase!
(method).
erase*!
(method).
fundamental-set
(class).
mutable-set
(class).
put!
(method).
cl-data-structures/sets/qp-trie/api.lisp
qp-trie
(module).
across
(method).
across
(method).
at
(method).
between*
(method).
clone
(method).
clone
(method).
consume-front
(method).
empty-array-key
(condition).
empty-clone
(method).
fundamental-qp-trie-set
(class).
make-from-traversable
(method).
make-mutable-qp-trie-set
(function).
mutable-qp-trie-set
(class).
peek-front
(method).
position-modification
(method).
position-modification
(method).
position-modification
(method).
reset!
(method).
reset!
(method).
size
(method).
traverse
(method).
whole-range
(method).
depth
(reader method).
end
(reader method).
initial-stack
(reader method).
more-checks-end
(reader method).
more-checks-start
(reader method).
new-cell
(function).
node
(reader method).
obtain-value
(function).
parents
(reader method).
qp-trie-range-stack-cell
(class).
qp-trie-set-range
(class).
stack
(reader method).
(setf stack)
(writer method).
start
(reader method).
cl-data-structures/sets/skip-list/api.lisp
skip-list
(module).
across
(method).
at
(method).
consume-front
(method).
lower-bound
(method).
make-from-traversable
(method).
make-mutable-skip-list-set
(function).
make-range
(method).
mutable-skip-list-set
(class).
peek-front
(method).
position-modification
(method).
traverse
(method).
whole-range
(method).
mutable-skip-list-set-range
(class).
cl-data-structures/sets/skip-list/docstrings.lisp
skip-list
(module).
cl-data-structures/metric-space/packages.lisp
metric-space
(module).
cl-data-structures/metric-space/trait-classes.lisp
metric-space
(module).
metric-space-dictionary
(class).
metric-space-set
(class).
mutable-metric-space-dictionary
(class).
mutable-metric-space-set
(class).
read-metric-fn
(reader method).
cl-data-structures/metric-space/common.lisp
metric-space
(module).
distance
(generic function).
cl-data-structures/metric-space/api.lisp
metric-space
(module).
cl-data-structures/metric-space/docstrings.lisp
metric-space
(module).
cl-data-structures/metric-space/egnat/api.lisp
egnat
(module).
distance
(method).
egnat-metric-set
(class).
make-from-traversable
(method).
make-from-traversable
(method).
make-from-traversable
(method).
make-mutable-egnat-metric-set
(function).
mutable-egnat-metric-set
(class).
cl-data-structures/composite/package.lisp
composite
(module).
cl-data-structures/composite/implementation.lisp
composite
(module).
alter-bucket
(method).
alter-bucket!
(method).
at
(method).
make-bucket
(method).
make-functional-composite-container
(function).
make-mutable-composite-container
(function).
position-modification
(function).
position-modification!
(function).
composite-container
(class).
functional-composite-container
(class).
make-bucket-callback
(macro).
make-bucket-callbacks
(reader method).
mutable-composite-container
(class).
root
(reader method).
(setf root)
(writer method).
separate-operations/arguments
(function).
cl-data-structures/algorithms/package.lisp
algorithms
(module).
cl-data-structures/algorithms/meta/macros.lisp
meta
(module).
define-aggregation-function
(macro).
let-aggregator
(macro).
aggregation-function-class-form
(function).
aggregation-function-defgeneric-form
(function).
aggregator-constructor-form
(function).
extract-parameters
(function).
extract-values
(function).
key-parameters-start-at
(function).
cl-data-structures/algorithms/meta/classes.lisp
meta
(module).
aggregation-function
(class).
early-aggregation-exit
(condition).
layer-function
(class).
range-function
(class).
transformation!-function
(class).
cl-data-structures/algorithms/meta/generics.lisp
meta
(module).
across-aggregate
(generic function).
aggregator
(structure).
aggregator-constructor
(generic function).
apply-aggregation-function
(generic function).
apply-layer
(generic function).
apply-range-function
(generic function).
call-constructor
(macro).
cleanup
(function).
construct-aggregator
(function).
extract-result
(function).
layer-aggregator-constructor
(generic function).
pass-to-aggregation
(function).
state-result
(generic function).
aggregator-cleanup
(reader).
(setf aggregator-cleanup)
(writer).
aggregator-extract
(reader).
(setf aggregator-extract)
(writer).
aggregator-p
(function).
aggregator-pass
(reader).
(setf aggregator-pass)
(writer).
copy-aggregator
(function).
make-aggregator
(function).
make-state
(generic function).
cl-data-structures/algorithms/meta/methods.lisp
meta
(module).
apply-aggregation-function
(method).
apply-range-function
(method).
apply-range-function
(method).
apply-range-function
(method).
apply-range-function
(method).
apply-range-function
(method).
apply-range-function
(method).
apply-range-function
(method).
apply-range-function
(method).
cl-data-structures/algorithms/common.lisp
algorithms
(module).
*current-key*
(special variable).
across
(method).
across-aggregate
(method).
at
(method).
at
(method).
bidirectional-proxy-range
(class).
chunked
(method).
chunked
(method).
clone
(method).
clone
(method).
cloning-information
(method).
cloning-information
(method).
consume-back
(method).
consume-back
(method).
consume-front
(method).
consume-front
(method).
consume-front
(method).
drop-back
(method).
drop-front
(method).
forward-call
(method).
forward-proxy-range
(class).
hash-table-range
(class).
make-hash-table-range
(function).
make-proxy
(generic function).
peek-back
(method).
peek-back
(method).
peek-front
(method).
peek-front
(method).
print-object
(method).
proxy-range
(class).
random-access-proxy-range
(class).
read-hash-table
(reader method).
read-keys
(reader method).
read-original-range
(reader method).
reset!
(method).
reset!
(method).
size
(method).
transparent-to-chunking-mixin
(class).
traverse
(method).
traverse
(method).
wrap-chunk
(generic function).
access-begin
(reader method).
(setf access-begin)
(writer method).
access-end
(reader method).
(setf access-end)
(writer method).
chunked-proxy-range
(class).
clone-of-original-range
(function).
read-chunked-range
(reader method).
read-initial-begin
(reader method).
read-initial-end
(reader method).
cl-data-structures/algorithms/array-elementwise.lisp
algorithms
(module).
aggregator-constructor
(method).
apply-layer
(method).
array-elementwise
(generic function).
layer-aggregator-constructor
(method).
array-elementwise-forward-proxy
(class).
array-elementwise-function
(class).
cl-data-structures/algorithms/hash-table-elementwise.lisp
algorithms
(module).
aggregator-constructor
(method).
apply-layer
(method).
hash-table-elementwise
(generic function).
layer-aggregator-constructor
(method).
hash-table-elementwise-forward-proxy
(class).
hash-table-elementwise-function
(class).
cl-data-structures/algorithms/on-each.lisp
algorithms
(module).
access-functor
(reader method).
(setf access-functor)
(writer method).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
at
(method).
cloning-information
(method).
consume-back
(method).
consume-front
(method).
drop-back
(method).
drop-front
(method).
forward-proxy-box-range
(class).
on-each
(generic function).
peek-back
(method).
peek-front
(method).
proxy-box-range
(class).
read-functor-constructor
(reader method).
read-functor-prototype
(reader method).
read-key
(reader method).
reset!
(method).
traverse
(method).
wrap-chunk
(method).
bidirectional-proxy-box-range
(class).
on-each-function
(class).
on-each-proxy-range-from-range
(generic function).
random-access-proxy-box-range
(class).
cl-data-structures/algorithms/translation.lisp
algorithms
(module).
translation
(generic function).
translation-function
(class).
cl-data-structures/algorithms/count.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
count-elements
(generic function).
count-elements-function
(class).
cl-data-structures/algorithms/to-vector.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
to-vector
(generic function).
to-vector-function
(class).
cl-data-structures/algorithms/to-list.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
to-list
(generic function).
to-list-function
(class).
cl-data-structures/algorithms/rate.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
rate
(generic function).
rate-function
(class).
cl-data-structures/algorithms/to-hash-table.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
to-hash-table
(generic function).
to-hash-table-function
(class).
cl-data-structures/algorithms/enumerate.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
enumerate
(generic function).
enumerate-function
(class).
cl-data-structures/algorithms/shuffled-range.lisp
algorithms
(module).
clone
(method).
consume-front
(method).
peek-front
(method).
reset!
(method).
shuffled-range
(function).
shuffled-range
(class).
access-index
(reader method).
(setf access-index)
(writer method).
read-from
(reader method).
read-table
(reader method).
read-to
(reader method).
cl-data-structures/algorithms/filtering.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
clone
(method).
cloning-information
(method).
consume-back
(method).
consume-front
(method).
filtering-proxy
(class).
peek-back
(method).
peek-front
(method).
read-key
(reader method).
should-skip
(generic function).
traverse
(method).
bidirectional-filtering-proxy
(class).
forward-filtering-proxy
(class).
cl-data-structures/algorithms/common-range-category.lisp
algorithms
(module).
common-fundamental-range-class
(function).
fundamental-range-class-of
(generic function).
cl-data-structures/algorithms/summary.lisp
algorithms
(module).
%summary
(generic function).
aggregator-constructor
(method).
aggregator-constructor
(method).
summary
(macro).
summary-result-range
(class).
%summary-function
(class).
summary-aggregation-function
(class).
cl-data-structures/algorithms/accumulate.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
accumulate-function
(class).
cl-data-structures/algorithms/group-by.lisp
algorithms
(module).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
cloning-information
(method).
group-by
(generic function).
group-by-function
(class).
group-by-result-range
(class).
initialize-instance
(method).
read-key
(reader method).
bidirectional-group-by-proxy
(class).
forward-group-by-proxy
(class).
group-by-proxy
(class).
random-access-group-by-proxy
(class).
read-groups
(reader method).
read-having
(reader method).
read-transform
(reader method).
cl-data-structures/algorithms/without.lisp
algorithms
(module).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
cloning-information
(method).
should-skip
(method).
without
(generic function).
wrap-chunk
(method).
bidirectional-without-proxy
(class).
forward-without-proxy
(class).
read-predicate
(reader method).
without-function
(class).
without-proxy
(class).
cl-data-structures/algorithms/multiplex.lisp
algorithms
(module).
across
(method).
across-aggregate
(method).
aggregator-constructor
(method).
apply-layer
(method).
clone
(method).
cloning-information
(method).
consume-front
(method).
forward-multiplex-proxy
(class).
multiplex
(generic function).
peek-front
(method).
read-function
(reader method).
read-key
(reader method).
reset!
(method).
traverse
(method).
access-current
(reader method).
(setf access-current)
(writer method).
multiplex-function
(class).
multiplex-proxy
(class).
read-initial-current
(reader method).
cl-data-structures/algorithms/only.lisp
algorithms
(module).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
cloning-information
(method).
only
(generic function).
should-skip
(method).
wrap-chunk
(method).
bidirectional-only-proxy
(class).
forward-only-proxy
(class).
only-function
(class).
only-proxy
(class).
read-predicate
(reader method).
cl-data-structures/algorithms/only-different.lisp
algorithms
(module).
aggregator-constructor
(method).
apply-layer
(method).
cloning-information
(method).
only-different
(generic function).
reset!
(method).
should-skip
(method).
wrap-chunk
(method).
access-previous
(reader method).
(setf access-previous)
(writer method).
access-previous-bound
(reader method).
(setf access-previous-bound)
(writer method).
forward-only-different-proxy
(class).
only-different-function
(class).
only-different-proxy
(class).
read-comparsion
(reader method).
read-initial-previous
(reader method).
(setf read-initial-previous)
(writer method).
read-initial-previous-bound
(reader method).
(setf read-initial-previous-bound)
(writer method).
cl-data-structures/algorithms/cartesian.lisp
algorithms
(module).
cartesian
(function).
clone
(method).
cloning-information
(method).
consume-front
(method).
peek-front
(method).
read-function
(reader method).
reset!
(method).
deep-copy-of-content
(function).
forward-cartesian-range
(class).
read-content
(reader method).
cl-data-structures/algorithms/restrain-size.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
cloning-information
(method).
consume-front
(method).
peek-front
(method).
reset!
(method).
restrain-size
(generic function).
traverse
(method).
access-position
(reader method).
(setf access-position)
(writer method).
forward-restrain-size-proxy
(class).
read-initial-position
(reader method).
read-size
(reader method).
restrain-size-function
(class).
restrain-size-proxy
(class).
cl-data-structures/algorithms/reservoir-sample.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
make-reservoir-sampling
(function).
reservoir-sample
(generic function).
reservoir-sampling-push
(function).
reservoir-sampling-result
(reader).
(setf reservoir-sampling-result)
(writer).
calculate-skip-count
(function).
copy-reservoir-sampling
(function).
gen-w
(function).
list-of-slots
(method).
make-reservoir-sampling*
(function).
reservoir-sample-function
(class).
reservoir-sampling
(structure).
reservoir-sampling-p
(function).
reservoir-sampling-sample-size
(function).
reservoir-sampling-skip-count
(reader).
(setf reservoir-sampling-skip-count)
(writer).
reservoir-sampling-w
(reader).
(setf reservoir-sampling-w)
(writer).
cl-data-structures/algorithms/repeat.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
clone
(method).
consume-front
(method).
peek-front
(method).
reset!
(method).
traverse
(method).
access-position
(reader method).
(setf access-position)
(writer method).
forward-repeat-proxy
(class).
read-initial-position
(reader method).
read-times
(reader method).
repeat-function
(class).
repeat-proxy
(class).
cl-data-structures/algorithms/latch.lisp
algorithms
(module).
across
(method).
across-aggregate
(method).
apply-layer
(method).
clone
(method).
consume-front
(method).
latch
(generic function).
peek-front
(method).
reset!
(method).
traverse
(method).
forward-latch-proxy
(class).
latch-function
(class).
latch-proxy
(class).
peek-or-consume
(function).
read-latches
(reader method).
(setf read-latches)
(writer method).
cl-data-structures/algorithms/establish-special.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
cloning-information
(method).
establish-special
(generic function).
read-key
(reader method).
traverse
(method).
bidirectional-establish-special-proxy-range
(class).
establish-special-function
(class).
establish-special-proxy
(class).
forward-establish-special-proxy-range
(class).
random-access-establish-special-proxy-range
(class).
read-bindings
(reader method).
cl-data-structures/algorithms/extrema.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
extrema
(generic function).
extrema-function
(class).
cl-data-structures/algorithms/extremum.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
extremum
(generic function).
extremum-function
(class).
cl-data-structures/algorithms/cumulative-accumulate.lisp
algorithms
(module).
across
(method).
across-aggregate
(method).
aggregator-constructor
(method).
apply-layer
(method).
clone
(method).
cloning-information
(method).
consume-front
(method).
cumulative-accumulate
(generic function).
cumulative-accumulate-range
(class).
layer-aggregator-constructor
(method).
peek-front
(method).
read-function
(reader method).
reset!
(method).
traverse
(method).
access-state
(reader method).
(setf access-state)
(writer method).
consume-impl
(function).
cumulative-accumulate-function
(class).
cumulative-state
(class).
read-cumulative-key
(reader method).
read-initial-state
(reader method).
read-result
(reader method).
cl-data-structures/algorithms/chain.lisp
algorithms
(module).
across
(method).
at
(method).
bidirectional-chain-of-ranges
(class).
chain
(function).
clone
(method).
consume-back
(method).
consume-front
(method).
empty-clone
(method).
forward-call
(method).
forward-chain-of-ranges
(class).
initialize-instance
(method).
peek-back
(method).
peek-front
(method).
random-access-chain-of-ranges
(class).
reset!
(method).
size
(method).
traverse
(method).
init-chain-of-range
(function).
read-content
(reader method).
read-original-content
(reader method).
cl-data-structures/algorithms/frequency.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
frequency
(generic function).
frequency-function
(class).
cl-data-structures/algorithms/zip.lisp
algorithms
(module).
at
(method).
at
(method).
clone
(method).
cloning-information
(method).
cloning-information
(method).
connect
(function).
connect-traversable
(function).
consume-back
(method).
consume-back
(method).
consume-front
(method).
consume-front
(method).
initialize-instance
(method).
peek-back
(method).
peek-back
(method).
peek-front
(method).
peek-front
(method).
read-function
(reader method).
reset!
(method).
size
(method).
zip
(function).
zip-traversable
(function).
bidirectional-connecting-range
(class).
bidirectional-zipped-ranges
(class).
chunkable-bidirectional-connecting-range
(class).
chunkable-forward-connecting-range
(class).
chunkable-random-access-connecting-range
(class).
forward-connecting-range
(class).
forward-zipped-ranges
(class).
init-connected-ranges
(function).
random-access-connecting-range
(class).
random-access-zipped-ranges
(class).
read-ranges
(reader method).
zipping-mixin
(class).
cl-data-structures/algorithms/flatten-lists.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
cloning-information
(method).
consume-front
(method).
flatten-lists
(generic function).
peek-front
(method).
read-key
(reader method).
reset!
(method).
traverse
(method).
access-current
(reader method).
(setf access-current)
(writer method).
flatten-lists-function
(class).
flatten-proxy
(class).
forward-flatten-proxy
(class).
cl-data-structures/algorithms/partition-if.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
clone
(method).
consume-front
(method).
layer-aggregator-constructor
(method).
partition-if
(generic function).
peek-front
(method).
read-key
(reader method).
reset!
(method).
traverse
(method).
abstract-partition-if-proxy
(class).
access-collected
(reader method).
(setf access-collected)
(writer method).
forward-abstract-partition-if-proxy
(class).
forward-partition-if-proxy
(class).
partition-if-consume-implementation
(function).
partition-if-function
(class).
partition-if-proxy
(class).
read-chunks
(reader method).
read-on-first
(reader method).
read-original-collected
(reader method).
read-test
(reader method).
cl-data-structures/algorithms/distinct.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
clone
(method).
cloning-information
(method).
consume-front
(method).
distinct
(generic function).
drop-front
(method).
layer-aggregator-constructor
(method).
peek-front
(method).
read-key
(reader method).
reset!
(method).
traverse
(method).
distinct-function
(class).
distinct-proxy
(class).
forward-distinct-proxy
(class).
read-original-seen
(reader method).
read-seen
(reader method).
replica-of-seen
(function).
cl-data-structures/algorithms/first-element.lisp
algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
first-element
(generic function).
last-element
(generic function).
first-element-function
(class).
last-element-function
(class).
cl-data-structures/algorithms/in-batches.lisp
algorithms
(module).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
clone
(method).
in-batches
(generic function).
layer-aggregator-constructor
(method).
abstract-in-batches-proxy
(class).
bidirectional-in-batches-proxy
(class).
forward-in-batches-proxy
(class).
in-batches-function
(class).
random-access-in-batches-proxy
(class).
read-batch-size
(reader method).
cl-data-structures/algorithms/sliding-window.lisp
algorithms
(module).
across
(method).
aggregator-constructor
(method).
apply-layer
(method).
clone
(method).
consume-front
(method).
layer-aggregator-constructor
(method).
reset!
(method).
sliding-window
(generic function).
traverse
(method).
abstract-sliding-window-proxy
(class).
access-current
(reader method).
(setf access-current)
(writer method).
access-tail
(reader method).
(setf access-tail)
(writer method).
access-window
(reader method).
(setf access-window)
(writer method).
forward-sliding-window-proxy
(class).
read-initial-current-position
(reader method).
read-initial-window
(reader method).
read-window-size
(reader method).
sliding-window-function
(class).
cl-data-structures/algorithms/with-previous-element.lisp
algorithms
(module).
*previous-element*
(special variable).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
cloning-information
(method).
read-key
(reader method).
with-previous-element
(generic function).
bidirectional-with-previous-element-proxy
(class).
forward-with-previous-element-proxy
(class).
random-access-with-previous-element-proxy
(class).
with-previous-element-function
(class).
with-previous-element-proxy
(class).
cl-data-structures/file-system/package.lisp
file-system
(module).
cl-data-structures/file-system/common.lisp
file-system
(module).
access-current-position
(reader method).
(setf access-current-position)
(writer method).
access-reached-end
(reader method).
(setf access-reached-end)
(writer method).
across
(method).
cloning-information
(method).
close-inner-stream
(generic function).
close-stream
(function).
consume-front
(method).
ensure-stream
(function).
file-range-mixin
(class).
initialize-instance
(method).
open-stream-designator
(method).
open-stream-designator
(method).
read-path
(reader method).
reset!
(method).
stream-designator-p
(generic function).
with-file-ranges
(macro).
close-silence-errors
(function).
enclose-finalizer
(function).
read-initial-position
(reader method).
read-stream
(function).
set-stream-position
(generic function).
stream-designator
(type).
with-stream-input
(macro).
cl-data-structures/file-system/line-by-line.lisp
file-system
(module).
across
(method).
clone
(method).
consume-front
(method).
line-by-line
(function).
peek-front
(method).
reset!
(method).
traverse
(method).
access-lines-read
(reader method).
(setf access-lines-read)
(writer method).
line-by-line-range
(class).
read-initial-lines-read
(reader method).
set-stream-position
(method).
cl-data-structures/file-system/tokenize.lisp
file-system
(module).
clone
(method).
consume-front
(method).
peek-front
(method).
read-path
(reader method).
tokenize
(function).
traverse
(method).
read-regex
(reader method).
tokenizing-range
(class).
cl-data-structures/file-system/find.lisp
file-system
(module).
clone
(method).
cloning-information
(method).
consume-front
(method).
find
(generic function).
make-instance
(method).
make-instance
(method).
make-instance
(method).
make-instance
(method).
make-instance
(method).
peek-front
(method).
read-path
(reader method).
reset!
(method).
access-initial-state
(reader method).
(setf access-initial-state)
(writer method).
access-prev-cell
(reader method).
(setf access-prev-cell)
(method).
(setf access-prev-cell)
(method).
(setf access-prev-cell)
(method).
(setf access-prev-cell)
(method).
(setf access-prev-cell)
(writer method).
access-stack
(reader method).
(setf access-stack)
(writer method).
access-state
(reader method).
(setf access-state)
(writer method).
all-files-file-range-stack-cell
(class).
clone-cell
(generic function).
clone-of-stack
(function).
directory-content
(function).
directory-file-range-stack-cell
(class).
directory-regex-matches
(function).
eat-cell
(generic function).
file-file-range-stack-cell
(class).
find-range
(class).
fundamental-file-range-stack-cell
(class).
make-stack-cell
(generic function).
not-greater
(function).
read-predicate
(reader method).
read-times
(reader method).
recursive-content-file-range-stack-cell
(class).
regex-directory-file-range-stack-cell
(class).
regex-file-file-range-stack-cell
(class).
regex-matches
(function).
reset-cell
(generic function).
stateful-file-range-stack-cell
(class).
times-matches
(function).
to-pathname
(function).
unmerge-pathnames
(function).
cl-data-structures/file-system/unix.lisp
file-system
(module).
command
(function).
command
(class).
open-stream-designator
(method).
print-object
(method).
stream-designator-p
(method).
read-command-string
(reader method).
cl-data-structures/file-system/docstrings.lisp
file-system
(module).
cl-data-structures/threads/parallel-multiplex.lisp
threads
(module).
aggregator-constructor
(method).
apply-layer
(method).
cloning-information
(method).
parallel-multiplex
(generic function).
parallel-forward-multiplex-proxy
(class).
parallel-multiplex-function
(class).
read-chunk-size
(reader method).
read-maximum-queue-size
(reader method).
cl-data-structures/threads/parallel-group-by.lisp
threads
(module).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
cloning-information
(method).
initialize-instance
(method).
parallel-group-by
(generic function).
bidirectional-parallel-group-by-proxy
(class).
forward-parallel-group-by-proxy
(class).
parallel-group-by-function
(class).
parallel-group-by-proxy
(class).
random-access-parallel-group-by-proxy
(class).
read-chunk-size
(reader method).
read-groups
(reader method).
read-having
(reader method).
read-key
(reader method).
read-maximum-queue-size
(reader method).
read-transform
(reader method).
cl-data-structures/threads/parallel-on-each.lisp
threads
(module).
aggregator-constructor
(method).
apply-layer
(method).
cloning-information
(method).
parallel-on-each
(generic function).
parallel-on-each-function
(class).
parallel-on-each-proxy
(class).
read-chunk-size
(reader method).
read-maximum-queue-size
(reader method).
cl-data-structures/threads/buffer-range.lisp
threads
(module).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
cloning-information
(method).
thread-buffer
(generic function).
bidirectional-buffer-range
(class).
buffer-range
(class).
forward-buffer-range
(class).
random-access-buffer-range
(class).
read-chunk-size
(reader method).
read-maximum-queue-size
(reader method).
thread-buffer-function
(class).
cl-data-structures/math/absolute-value-norm.lisp
math
(module).
absolute-value-norm
(generic function).
aggregator-constructor
(method).
aggregator-constructor
(method).
absolute-value-norm-function
(class).
cl-data-structures/math/average.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
array-average
(generic function).
array-geometric-average
(generic function).
array-harmonic-average
(generic function).
average
(generic function).
geometric-average
(generic function).
harmonic-average
(generic function).
array-average-function
(class).
array-geometric-average-function
(class).
array-harmonic-average-function
(class).
average-function
(class).
geometric-average-function
(class).
harmonic-average-function
(class).
cl-data-structures/math/variance.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
variance
(generic function).
variance-function
(class).
cl-data-structures/math/mutual-information.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
harmonic-average-mutual-information
(generic function).
mutual-information
(generic function).
mutual-information-matrix
(generic function).
optimal-split-point
(generic function).
validate-field
(method).
validate-field
(method).
validate-field
(method).
validate-field
(method).
access-split-point
(reader method).
(setf access-split-point)
(writer method).
calculate-mutual-information
(function).
calculate-mutual-information-between
(function).
calculate-split-point
(function).
continuesp
(function).
define-all-validation-for-fields
(macro).
discrete-form
(function).
harmonic-average-mutual-information-function
(class).
info-field
(class).
initialize-field
(function).
initialize-fields
(function).
initialize-mutual-information-hash-tables
(function).
initialize-split-point-field
(function).
mutual-information-function
(class).
mutual-information-hash-table
(function).
mutual-information-matrix-function
(class).
optimal-split-point-function
(class).
partition-points
(function).
read-data
(reader method).
read-discrete
(reader method).
read-discrete-values-set
(reader method).
read-name
(reader method).
read-original-data
(reader method).
read-original-selector-function
(reader method).
read-selector-function
(reader method).
read-split-point-count
(reader method).
read-test
(reader method).
split-point-field
(class).
cl-data-structures/math/simple-linear-regression.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
beta0
(reader method).
(setf beta0)
(writer method).
beta1
(reader method).
(setf beta1)
(writer method).
initialize-instance
(method).
simple-linear-regression
(generic function).
linear-regression-fit
(class).
simple-linear-regression-function
(class).
cl-data-structures/math/median-absolute-deviation.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
median-absolute-deviation
(generic function).
median-absolute-deviation-function
(class).
cl-data-structures/math/hodges-lehmann.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
hodges-lehmann-estimator
(generic function).
calculate-hodges-lehmann-estimator
(function).
hodges-lehmann-estimator-function
(class).
cl-data-structures/math/co-occurence-table.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
co-occurence-table
(generic function).
co-occurence-table-function
(class).
cl-data-structures/math/standard-deviation.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
standard-deviation
(generic function).
standard-deviation-function
(class).
cl-data-structures/math/moments.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
moments
(generic function).
moments-function
(class).
cl-data-structures/math/bootstrap.lisp
math
(module).
aggregator-constructor
(method).
apply-layer
(method).
apply-layer
(method).
apply-layer
(method).
bootstrap
(generic function).
cloning-information
(method).
bidirectional-bootstrap-proxy
(class).
bootstrap-function
(class).
bootstrap-proxy
(class).
forward-bootstrap-proxy
(class).
random-access-bootstrap-proxy
(class).
read-compare
(reader method).
read-confidence
(reader method).
read-context-function
(reader method).
read-key
(reader method).
read-parallel
(reader method).
read-sample-size
(reader method).
read-samples-count
(reader method).
cl-data-structures/math/moving-average.lisp
math
(module).
across
(method).
apply-layer
(method).
cloning-information
(method).
consume-front
(method).
moving-average
(generic function).
peek-front
(method).
reset!
(method).
traverse
(method).
access-count
(reader method).
(setf access-count)
(writer method).
access-sum
(reader method).
(setf access-sum)
(writer method).
moving-average-function
(class).
moving-average-range
(class).
read-initial-count
(reader method).
read-initial-sum
(reader method).
read-key
(reader method).
cl-data-structures/math/hmm.lisp
math
(module).
hidden-markov-model-generator
(function).
check-probability-in-rows
(function).
random-float
(function).
sample-position
(function).
cl-data-structures/math/gini-impurity.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
gini-impurity
(generic function).
gini-impurity-function
(class).
cl-data-structures/math/entropy.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
entropy
(generic function).
entropy-function
(class).
cl-data-structures/math/fast-map.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
fast-map
(generic function).
fast-map-embeddings
(function).
fast-map-function
(class).
cl-data-structures/math/sum.lisp
math
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
aggregator-constructor
(method).
array-sum
(generic function).
array-sum-function
(class).
sum-function
(class).
cl-data-structures/streaming-algorithms/hyperloglog.lisp
streaming-algorithms
(module).
add-hash
(function).
cardinality
(function).
intersection-cardinality
(function).
jaccard
(function).
new-sketch
(function).
register
(type).
sketch
(type).
union
(function).
+2q+
(constant).
+2r+
(constant).
+alpha+
(constant).
+c+
(constant).
+m+
(constant).
+max+
(constant).
+maxx+
(constant).
+p+
(constant).
+q+
(constant).
+r+
(constant).
approximated-expected-collisions
(function).
beta
(function).
expected-collisions
(function).
hash-shifts
(function).
hll-rank
(function).
lz
(function).
new-register
(function).
reg-sum-and-zeroes
(function).
cl-data-structures/streaming-algorithms/polynomial-hashing.lisp
streaming-algorithms
(module).
+max-64-bits+
(constant).
hash
(type).
hash-array
(type).
hashval
(function).
hashval-no-depth
(function).
make-hash-array
(function).
+long-prime+
(constant).
cl-data-structures/streaming-algorithms/package.lisp
streaming-algorithms
(module).
cl-data-structures/streaming-algorithms/common.lisp
streaming-algorithms
(module).
clean-sketch
(generic function).
cloning-information
(method).
fundamental-data-sketch
(class).
initialize-instance
(method).
internal-array
(generic reader).
union
(generic function).
access-hash-fn
(reader method).
(setf access-hash-fn)
(writer method).
compatiblep
(generic function).
cl-data-structures/streaming-algorithms/approximated-histogram.lisp
streaming-algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
approximated-histogram
(generic function).
approximated-histogram
(class).
approximated-histogram-add
(function).
approximated-histogram-bin-count
(reader).
(setf approximated-histogram-bin-count)
(writer).
approximated-histogram-bin-position
(function).
approximated-histogram-bin-sum
(function).
approximated-histogram-bin-value
(reader).
(setf approximated-histogram-bin-value)
(writer).
approximated-histogram-bins
(function).
approximated-histogram-bounds
(function).
approximated-histogram-count
(function).
approximated-histogram-count-lower
(function).
approximated-histogram-counts
(function).
approximated-histogram-cumulant-sum
(function).
approximated-histogram-mean
(function).
approximated-histogram-median
(function).
approximated-histogram-quantile
(function).
approximated-histogram-rank-order
(function).
approximated-histogram-standard-deviation
(function).
approximated-histogram-sum
(function).
approximated-histogram-trim
(function).
approximated-histogram-truncated-mean
(function).
approximated-histogram-values
(function).
approximated-histogram-variance
(function).
at
(method).
clean-sketch
(method).
clone
(method).
make-approximated-histogram
(function).
print-object
(method).
union
(method).
access-bins
(reader method).
(setf access-bins)
(writer method).
access-count
(reader method).
(setf access-count)
(writer method).
access-fill-pointer
(reader method).
(setf access-fill-pointer)
(writer method).
access-max
(reader method).
(setf access-max)
(writer method).
access-min
(reader method).
(setf access-min)
(writer method).
approximated-histogram-bin
(structure).
approximated-histogram-bin-clone
(function).
approximated-histogram-bin-p
(function).
approximated-histogram-function
(class).
copy-approximated-histogram-bin
(function).
make-approximated-histogram-bin
(function).
maximal-bins-count
(reader method).
read-max-bins
(reader method).
cl-data-structures/streaming-algorithms/approximated-set-cardinality.lisp
streaming-algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
approximated-set-cardinality
(generic function).
approximated-set-cardinality
(class).
clean-sketch
(method).
clone
(method).
cloning-information
(method).
hyperloglog-jaccard
(function).
initialize-instance
(method).
internal-array
(reader method).
union
(method).
value
(method).
access-registers
(reader method).
(setf access-registers)
(writer method).
approximated-set-cardinality-function
(class).
compatiblep
(method).
cl-data-structures/streaming-algorithms/approximated-counts.lisp
streaming-algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
approximated-counts
(generic function).
approximated-counts
(class).
approximated-counts-distance
(function).
at
(method).
clean-sketch
(method).
clone
(method).
cloning-information
(method).
initialize-instance
(method).
internal-array
(reader method).
union
(method).
access-counters
(reader method).
(setf access-counters)
(writer method).
access-depth
(reader method).
(setf access-depth)
(writer method).
access-hashes
(reader method).
(setf access-hashes)
(writer method).
access-width
(reader method).
(setf access-width)
(writer method).
approximated-counts-function
(class).
compatiblep
(method).
update-count-min-sketch
(function).
cl-data-structures/streaming-algorithms/approximated-top-k.lisp
streaming-algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
approximated-top-k
(generic function).
approximated-top-k-function
(class).
move-updated
(function).
cl-data-structures/streaming-algorithms/bloom-filter.lisp
streaming-algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
at
(method).
bloom-filter
(generic function).
bloom-filter
(class).
clean-sketch
(method).
clone
(method).
cloning-information
(method).
initialize-instance
(method).
internal-array
(reader method).
union
(method).
access-counters
(reader method).
(setf access-counters)
(writer method).
access-depth
(reader method).
(setf access-depth)
(writer method).
access-hashes
(reader method).
(setf access-hashes)
(writer method).
access-width
(reader method).
(setf access-width)
(writer method).
bloom-filter-function
(class).
compatiblep
(method).
cl-data-structures/streaming-algorithms/minhash.lisp
streaming-algorithms
(module).
aggregator-constructor
(method).
aggregator-constructor
(method).
clone
(method).
clone
(method).
gather-minhash-corpus
(generic function).
make-minhash
(function).
make-one-bit-minhash
(function).
minhash
(generic function).
minhash-jaccard/double-float
(function).
minhash-jaccard/fixnum
(function).
minhash-jaccard/single-float
(function).
one-bit-minhash-jaccard/double-float
(function).
one-bit-minhash-jaccard/fixnum
(function).
one-bit-minhash-jaccard/single-float
(function).
callback-minhash
(class).
fundamental-minhash
(class).
gather-corpus-function
(class).
list-of-slots
(method).
minhash-corpus
(class).
minhash-corpus-hash-value
(generic function).
minhash-corpus-minhash
(function).
one-bit-minhash
(class).
polynomial-callback-minhash
(class).
polynomial-callback-one-bit-minhash
(class).
read-hash-array
(reader method).
read-hash-function
(reader method).
read-k
(reader method).
read-seeds
(reader method).
read-table
(reader method).
read-xors
(reader method).
seeds-callback-minhash
(class).
seeds-callback-one-bit-minhash
(class).
xors-callback-minhash
(class).
xors-callback-one-bit-minhash
(class).
cl-data-structures/streaming-algorithms/docstrings.lisp
streaming-algorithms
(module).
Packages are listed by definition order.
cl-data-structures.common.2-3-tree
cl-data-structures.queues.2-3-tree
cl-data-structures.streaming-algorithms
cl-data-structures.fancy
cl-data-structures.meta
cl-data-structures.dicts
cl-data-structures.sets.qp-trie
cl-data-structures.metric-space
cl-data-structures.dicts.skip-list
cl-data-structures.math
cl-data-structures.common.hamt
cl-data-structures.common.rrb
cl-data-structures.common
cl-data-structures.common.egnat
cl-data-structures.sets
cl-data-structures.utils
cl-data-structures.file-system
cl-data-structures.metric-space.egnat
cl-data-structures.dicts.srrb
cl-data-structures.adapters
cl-data-structures.common.qp-trie
cl-data-structures.common.abstract
cl-data-structures
cl-data-structures.common.skip-list
cl-data-structures.composite
cl-data-structures.threads
cl-data-structures.dicts.hamt
cl-data-structures.algorithms.meta
cl-data-structures.sequences
cl-data-structures.queues
cl-data-structures.aux-package
cl-data-structures.algorithms
cl-data-structures.sets.skip-list
cl-data-structures.streaming-algorithms.polynomial-hashing
cl-data-structures.sequences.rrb-vector
cl-data-structures.streaming-algorithms.hyperloglog
cl-data-structures.common.2-3-tree
cl-ds.common.2-3
cl-data-structures.aux-package
.
common-lisp
.
2-node
(class).
3-node
(class).
access-left
(generic reader).
(setf access-left)
(generic writer).
access-middle
(generic reader).
(setf access-middle)
(generic writer).
access-right
(generic reader).
(setf access-right)
(generic writer).
access-root
(generic reader).
(setf access-root)
(generic writer).
delete-back-from-tree
(function).
delete-back-from-tree!
(function).
insert-front-into-tree
(function).
insert-front-into-tree!
(function).
node
(class).
transactional-delete-back-from-tree!
(function).
transactional-insert-front-into-tree!
(function).
tree
(class).
delete-back
(generic function).
delete-back!
(generic function).
insert-front
(generic function).
insert-front!
(generic function).
tagged-2-node
(class).
tagged-3-node
(class).
tagged-tree
(class).
take-back
(generic function).
transactional-delete-back!
(generic function).
transactional-insert-front!
(generic function).
cl-data-structures.queues.2-3-tree
cl-ds.queues.2-3-tree
cl-data-structures.aux-package
.
common-lisp
.
fixed-capacity-synchronized-mutable-2-3-queue
(class).
fixed-capacity-synchronized-transactional-2-3-queue
(class).
functional-2-3-queue
(class).
make-functional-2-3-queue
(function).
make-mutable-2-3-queue
(function).
make-synchronized-mutable-2-3-queue
(function).
make-synchronized-transactional-2-3-queue
(function).
make-transactional-2-3-queue
(function).
mutable-2-3-queue
(class).
synchronized-mutable-2-3-queue
(class).
synchronized-transactional-2-3-queue
(class).
transactional-2-3-queue
(class).
+buffer-size+
(constant).
2-3-queue
(class).
2-3-queue-range
(class).
access-container
(generic reader).
(setf access-container)
(generic writer).
access-head
(generic reader).
(setf access-head)
(generic writer).
access-head-position
(generic reader).
(setf access-head-position)
(generic writer).
access-og-container
(generic reader).
(setf access-og-container)
(generic writer).
access-tail
(generic reader).
(setf access-tail)
(generic writer).
access-tail-end
(generic reader).
(setf access-tail-end)
(generic writer).
access-tail-position
(generic reader).
(setf access-tail-position)
(generic writer).
across/traverse
(function).
buffer-index
(type).
copy-array-if-not-nil
(function).
fixed-capacity-synchronization-mixin
(class).
mutable-from-traversable
(function).
queue-buffer
(type).
read-capacity
(generic reader).
read-element-type
(generic reader).
read-lock
(generic reader).
read-mutex
(generic reader).
read-notify-pop
(generic reader).
read-notify-push
(generic reader).
synchronization-mixin
(class).
synchronization-primitives-mixin
(class).
cl-data-structures.streaming-algorithms
cl-ds.sa
cl-data-structures.aux-package
.
common-lisp
.
approximated-counts
(generic function).
approximated-counts
(class).
approximated-counts-distance
(function).
approximated-histogram
(generic function).
approximated-histogram
(class).
approximated-histogram-add
(function).
approximated-histogram-bin-count
(reader).
(setf approximated-histogram-bin-count)
(writer).
approximated-histogram-bin-position
(function).
approximated-histogram-bin-sum
(function).
approximated-histogram-bin-value
(reader).
(setf approximated-histogram-bin-value)
(writer).
approximated-histogram-bins
(function).
approximated-histogram-bounds
(function).
approximated-histogram-count
(function).
approximated-histogram-count-lower
(function).
approximated-histogram-counts
(function).
approximated-histogram-cumulant-sum
(function).
approximated-histogram-mean
(function).
approximated-histogram-median
(function).
approximated-histogram-quantile
(function).
approximated-histogram-rank-order
(function).
approximated-histogram-standard-deviation
(function).
approximated-histogram-sum
(function).
approximated-histogram-trim
(function).
approximated-histogram-truncated-mean
(function).
approximated-histogram-values
(function).
approximated-histogram-variance
(function).
approximated-set-cardinality
(generic function).
approximated-set-cardinality
(class).
approximated-top-k
(generic function).
bloom-filter
(generic function).
bloom-filter
(class).
clean-sketch
(generic function).
fundamental-data-sketch
(class).
gather-minhash-corpus
(generic function).
hyperloglog-jaccard
(function).
internal-array
(generic reader).
make-approximated-histogram
(function).
make-minhash
(function).
make-one-bit-minhash
(function).
minhash
(generic function).
minhash-jaccard/double-float
(function).
minhash-jaccard/fixnum
(function).
minhash-jaccard/single-float
(function).
one-bit-minhash-jaccard/double-float
(function).
one-bit-minhash-jaccard/fixnum
(function).
one-bit-minhash-jaccard/single-float
(function).
union
(generic function).
access-bins
(generic reader).
(setf access-bins)
(generic writer).
access-count
(generic reader).
(setf access-count)
(generic writer).
access-counters
(generic reader).
(setf access-counters)
(generic writer).
access-depth
(generic reader).
(setf access-depth)
(generic writer).
access-fill-pointer
(generic reader).
(setf access-fill-pointer)
(generic writer).
access-hash-fn
(generic reader).
(setf access-hash-fn)
(generic writer).
access-hashes
(generic reader).
(setf access-hashes)
(generic writer).
access-max
(generic reader).
(setf access-max)
(generic writer).
access-min
(generic reader).
(setf access-min)
(generic writer).
access-registers
(generic reader).
(setf access-registers)
(generic writer).
access-width
(generic reader).
(setf access-width)
(generic writer).
approximated-counts-function
(class).
approximated-histogram-bin
(structure).
approximated-histogram-bin-clone
(function).
approximated-histogram-bin-p
(function).
approximated-histogram-function
(class).
approximated-set-cardinality-function
(class).
approximated-top-k-function
(class).
bloom-filter-function
(class).
callback-minhash
(class).
compatiblep
(generic function).
copy-approximated-histogram-bin
(function).
fundamental-minhash
(class).
gather-corpus-function
(class).
make-approximated-histogram-bin
(function).
maximal-bins-count
(generic reader).
minhash-corpus
(class).
minhash-corpus-hash-value
(generic function).
minhash-corpus-minhash
(function).
move-updated
(function).
one-bit-minhash
(class).
polynomial-callback-minhash
(class).
polynomial-callback-one-bit-minhash
(class).
read-hash-array
(generic reader).
read-hash-function
(generic reader).
read-k
(generic reader).
read-max-bins
(generic reader).
read-seeds
(generic reader).
read-table
(generic reader).
read-xors
(generic reader).
seeds-callback-minhash
(class).
seeds-callback-one-bit-minhash
(class).
update-count-min-sketch
(function).
xors-callback-minhash
(class).
xors-callback-one-bit-minhash
(class).
cl-data-structures.meta
cl-ds.meta
cl-data-structures.aux-package
.
common-lisp
.
add!-function
(class).
add-function
(class).
alter-bucket
(generic function).
alter-bucket!
(generic function).
destructive-counterpart
(generic function).
destructive-function
(class).
erase!-function
(class).
erase*!-function
(class).
erase*-function
(class).
erase-function
(class).
erase-if!-function
(class).
erase-if-function
(class).
fresh-bucket-status
(generic function).
functional-add-function
(class).
functional-counterpart
(generic function).
functional-erase-function
(class).
functional-erase-if-function
(class).
functional-function
(class).
functional-insert-function
(class).
functional-put-back-function
(class).
functional-put-front-function
(class).
functional-put-function
(class).
functional-take-out-back-function
(class).
functional-take-out-front-function
(class).
functional-take-out-function
(class).
functional-update-function
(class).
functional-update-if-function
(class).
grow-function
(class).
insert!-function
(class).
insert-function
(class).
make-bucket
(generic function).
make-bucket-from-multiple
(generic function).
map-bucket
(generic function).
null-bucket
(constant).
null-bucket-p
(function).
pass-bucket-operation
(generic function).
pass-bucket-query
(generic function).
position-modification
(generic function).
put!-function
(class).
put-back!-function
(class).
put-front!-function
(class).
put-function
(class).
shrink-function
(class).
take-out!-function
(class).
take-out-back!-function
(class).
take-out-front!-function
(class).
take-out-function
(class).
update!-function
(class).
update-function
(class).
update-if!-function
(class).
update-if-function
(class).
put-back-function
(class).
put-front-function
(class).
take-out-back-function
(class).
take-out-front-function
(class).
cl-data-structures.dicts
cl-ds.dicts
cl-data-structures.aux-package
.
common-lisp
.
functional-dictionary
(class).
functional-hashing-dictionary
(class).
functional-sparse-vector
(class).
fundamental-dictionary
(class).
fundamental-hashing-dictionary
(class).
fundamental-sparse-vector
(class).
lazy-dictionary
(class).
lazy-hashing-dictionary
(class).
mutable-dictionary
(class).
mutable-hashing-dictionary
(class).
mutable-sparse-vector
(class).
read-equal-fn
(generic reader).
read-hash-fn
(generic reader).
transactional-dictionary
(class).
transactional-hashing-dictionary
(class).
transactional-sparse-vector
(class).
lazy-box-dictionary
(class).
cl-data-structures.sets.qp-trie
cl-ds.sets.qp-trie
cl-data-structures.aux-package
.
common-lisp
.
empty-array-key
(condition).
fundamental-qp-trie-set
(class).
make-mutable-qp-trie-set
(function).
mutable-qp-trie-set
(class).
depth
(generic reader).
end
(generic reader).
initial-stack
(generic reader).
more-checks-end
(generic reader).
more-checks-start
(generic reader).
new-cell
(function).
node
(generic reader).
obtain-value
(function).
parents
(generic reader).
qp-trie-range-stack-cell
(class).
qp-trie-set-range
(class).
stack
(generic reader).
(setf stack)
(generic writer).
start
(generic reader).
cl-data-structures.metric-space
cl-ds.ms
cl-data-structures.aux-package
.
common-lisp
.
distance
(generic function).
metric-space-dictionary
(class).
metric-space-set
(class).
mutable-metric-space-dictionary
(class).
mutable-metric-space-set
(class).
read-metric-fn
(generic reader).
cl-data-structures.dicts.skip-list
cl-ds.dicts.skip-list
make-mutable-skip-list-dictionary
(function).
mutable-skip-list-dictionary
(class).
mutable-skip-list-dictionary-range
(class).
cl-data-structures.math
cl-ds.math
cl-data-structures.aux-package
.
common-lisp
.
absolute-value-norm
(generic function).
array-average
(generic function).
array-geometric-average
(generic function).
array-harmonic-average
(generic function).
array-sum
(generic function).
average
(generic function).
beta0
(generic reader).
(setf beta0)
(generic writer).
beta1
(generic reader).
(setf beta1)
(generic writer).
bootstrap
(generic function).
co-occurence-table
(generic function).
entropy
(generic function).
fast-map
(generic function).
geometric-average
(generic function).
gini-impurity
(generic function).
harmonic-average
(generic function).
harmonic-average-mutual-information
(generic function).
hidden-markov-model-generator
(function).
hodges-lehmann-estimator
(generic function).
median-absolute-deviation
(generic function).
moments
(generic function).
moving-average
(generic function).
mutual-information
(generic function).
mutual-information-matrix
(generic function).
optimal-split-point
(generic function).
simple-linear-regression
(generic function).
standard-deviation
(generic function).
variance
(generic function).
absolute-value-norm-function
(class).
access-count
(generic reader).
(setf access-count)
(generic writer).
access-split-point
(generic reader).
(setf access-split-point)
(generic writer).
access-sum
(generic reader).
(setf access-sum)
(generic writer).
array-average-function
(class).
array-geometric-average-function
(class).
array-harmonic-average-function
(class).
array-sum-function
(class).
average-function
(class).
bidirectional-bootstrap-proxy
(class).
bootstrap-function
(class).
bootstrap-proxy
(class).
calculate-hodges-lehmann-estimator
(function).
calculate-mutual-information
(function).
calculate-mutual-information-between
(function).
calculate-split-point
(function).
check-probability-in-rows
(function).
co-occurence-table-function
(class).
continuesp
(function).
define-all-validation-for-fields
(macro).
discrete-form
(function).
entropy-function
(class).
fast-map-embeddings
(function).
fast-map-function
(class).
forward-bootstrap-proxy
(class).
geometric-average-function
(class).
gini-impurity-function
(class).
harmonic-average-function
(class).
harmonic-average-mutual-information-function
(class).
hodges-lehmann-estimator-function
(class).
info-field
(class).
initialize-field
(function).
initialize-fields
(function).
initialize-mutual-information-hash-tables
(function).
initialize-split-point-field
(function).
linear-regression-fit
(class).
median-absolute-deviation-function
(class).
moments-function
(class).
moving-average-function
(class).
moving-average-range
(class).
mutual-information-function
(class).
mutual-information-hash-table
(function).
mutual-information-matrix-function
(class).
optimal-split-point-function
(class).
partition-points
(function).
random-access-bootstrap-proxy
(class).
random-float
(function).
read-compare
(generic reader).
read-confidence
(generic reader).
read-context-function
(generic reader).
read-data
(generic reader).
read-discrete
(generic reader).
read-discrete-values-set
(generic reader).
read-initial-count
(generic reader).
read-initial-sum
(generic reader).
read-key
(generic reader).
read-name
(generic reader).
read-original-data
(generic reader).
read-original-selector-function
(generic reader).
read-parallel
(generic reader).
read-sample-size
(generic reader).
read-samples-count
(generic reader).
read-selector-function
(generic reader).
read-split-point-count
(generic reader).
read-test
(generic reader).
sample-position
(function).
simple-linear-regression-function
(class).
split-point-field
(class).
standard-deviation-function
(class).
sum-function
(class).
variance-function
(class).
cl-data-structures.common.hamt
cl-ds.common.hamt
cl-data-structures.aux-package
.
cl-data-structures.common.abstract
.
common-lisp
.
+depth+
(constant).
+hash-level+
(constant).
+maximum-children-count+
(constant).
access-root
(generic reader).
(setf access-root)
(generic writer).
access-size
(generic reader).
(setf access-size)
(generic writer).
build-node
(function).
build-rehashed-node
(function).
copy-node
(function).
copy-on-write
(function).
get-range-key-function
(generic function).
go-down-on-path
(function).
hamt-container
(class).
hash-do
(macro).
hash-node-access
(function).
hash-node-contains
(function).
hash-node-contains-node
(function).
hash-node-content
(function).
(setf hash-node-content)
(function).
hash-node-deep-copy
(function).
hash-node-insert!
(function).
hash-node-insert-into-copy
(function).
hash-node-p
(function).
hash-node-remove!
(function).
hash-node-remove-from-the-copy
(function).
hash-node-replace!
(function).
hash-node-replace-in-the-copy
(function).
hash-node-size
(function).
hash-node-size
(type).
hash-node-to-masked-index
(function).
hash-node-whole-mask
(function).
new-cell
(function).
obtain-value
(function).
rebuild-rehashed-node
(function).
rehash
(function).
transactional-copy-on-write
(function).
with-destructive-erase-hamt
(macro).
with-hamt-path
(macro).
with-hash-tree-functions
(macro).
copy-hamt-range-stack-cell
(function).
copy-hash-node-tagged
(function).
copy-hash-node-untagged
(function).
forward-cell
(function).
full-bucket-p
(function).
hamt-range-stack-cell
(structure).
hamt-range-stack-cell-end
(reader).
(setf hamt-range-stack-cell-end)
(writer).
hamt-range-stack-cell-node
(reader).
(setf hamt-range-stack-cell-node)
(writer).
hamt-range-stack-cell-p
(function).
hamt-range-stack-cell-start
(reader).
(setf hamt-range-stack-cell-start)
(writer).
hash-mask
(type).
hash-node
(type).
hash-node-index
(type).
hash-node-node-mask
(function).
(setf hash-node-node-mask)
(function).
hash-node-tagged
(structure).
hash-node-tagged-content
(reader).
(setf hash-node-tagged-content)
(writer).
hash-node-tagged-node-mask
(reader).
(setf hash-node-tagged-node-mask)
(writer).
hash-node-tagged-ownership-tag
(function).
(setf hash-node-tagged-ownership-tag)
(function).
hash-node-tagged-p
(function).
hash-node-untagged
(structure).
hash-node-untagged-content
(reader).
(setf hash-node-untagged-content)
(writer).
hash-node-untagged-node-mask
(reader).
(setf hash-node-untagged-node-mask)
(writer).
hash-node-untagged-p
(function).
index-path
(type).
make-hamt-range-stack-cell
(function).
make-hash-node
(function).
make-hash-node-tagged
(function).
make-hash-node-untagged
(function).
node-path
(type).
read-bucket-size
(generic reader).
round-size
(function).
set-in-node-mask
(function).
cl-data-structures.common.rrb
cl-ds.common.rrb
cl-data-structures.aux-package
.
cl-data-structures.common.abstract
.
common-lisp
.
+bit-count+
(constant).
+maximal-shift+
(constant).
+maximum-children-count+
(constant).
+tail-mask+
(constant).
access-last-size
(generic reader).
(setf access-last-size)
(generic writer).
access-lower-bound
(generic reader).
(setf access-lower-bound)
(generic writer).
access-root
(generic reader).
(setf access-root)
(generic writer).
access-shift
(generic reader).
(setf access-shift)
(generic writer).
access-size
(generic reader).
(setf access-size)
(generic writer).
access-start
(generic reader).
(setf access-start)
(generic writer).
access-tail
(generic reader).
(setf access-tail)
(generic writer).
access-tail-size
(generic reader).
(setf access-tail-size)
(generic writer).
access-upper-bound
(generic reader).
(setf access-upper-bound)
(generic writer).
copy-on-write
(function).
deep-copy-sparse-rrb-node
(function).
descend-into-tree
(function).
destructive-write
(function).
fill-sparse-rrb-node-with-new
(function).
insert-tail
(function).
make-node-content
(function).
make-rrb-node
(function).
make-sparse-rrb-node
(function).
node-content
(type).
node-size
(type).
nref
(function).
(setf nref)
(function).
read-element-type
(generic reader).
remove-tail
(function).
rrb-at
(function).
rrb-container
(class).
rrb-index
(type).
rrb-node
(type).
rrb-node-content
(function).
rrb-node-position
(type).
rrb-node-push!
(function).
rrb-node-push-into-copy
(function).
rrb-range
(class).
shift
(type).
sparse-nref
(function).
(setf sparse-nref)
(function).
sparse-rrb-mask
(type).
sparse-rrb-node
(type).
sparse-rrb-node-bitmask
(function).
(setf sparse-rrb-node-bitmask)
(function).
sparse-rrb-node-contains
(function).
sparse-rrb-node-content
(function).
(setf sparse-rrb-node-content)
(function).
sparse-rrb-node-erase
(function).
sparse-rrb-node-erase!
(function).
sparse-rrb-node-size
(function).
sparse-rrb-node-tagged
(structure).
sparse-rrb-node-untagged
(structure).
sparse-rrb-tree-map
(function).
sparse-rrb-tree-size
(function).
transactional-copy-on-write
(function).
with-sparse-rrb-node
(macro).
with-sparse-rrb-node-path
(macro).
access-container
(generic reader).
(setf access-container)
(generic writer).
acquire-path
(function).
chunked-rrb-range
(class).
copy-sparse-rrb-node-tagged
(function).
copy-sparse-rrb-node-untagged
(function).
fill-sparse-rrb-node-without
(function).
init-rrb
(function).
make-sparse-rrb-node-tagged
(function).
make-sparse-rrb-node-untagged
(function).
mutable-rrb-range
(class).
push-into-copy-of-tail
(function).
push-into-tail!
(function).
read-content
(generic reader).
read-initial-lower-bound
(generic reader).
read-initial-upper-bound
(generic reader).
read-mutex
(generic reader).
read-rrb-range
(generic reader).
read-vectors-in-chunk
(generic reader).
rrb-indexes
(type).
rrb-node-deep-copy
(function).
rrb-node-pop!
(function).
rrb-node-pop-in-the-copy
(function).
rrb-path
(type).
sparse-rrb-node-tagged-bitmask
(reader).
(setf sparse-rrb-node-tagged-bitmask)
(writer).
sparse-rrb-node-tagged-content
(reader).
(setf sparse-rrb-node-tagged-content)
(writer).
sparse-rrb-node-tagged-ownership-tag
(function).
(setf sparse-rrb-node-tagged-ownership-tag)
(function).
sparse-rrb-node-tagged-p
(function).
sparse-rrb-node-untagged-bitmask
(reader).
(setf sparse-rrb-node-untagged-bitmask)
(writer).
sparse-rrb-node-untagged-content
(reader).
(setf sparse-rrb-node-untagged-content)
(writer).
sparse-rrb-node-untagged-p
(function).
tail-offset
(function).
cl-data-structures.common
cl-ds.common
cl-data-structures.aux-package
.
common-lisp
.
access-content
(generic reader).
(setf access-content)
(generic writer).
assignable-forward-tree-range
(class).
defmethod-with-peek-stack
(macro).
defmethod-with-stack
(macro).
dict-content
(structure).
dict-content-location
(reader).
(setf dict-content-location)
(writer).
dict-content-value
(reader).
(setf dict-content-value)
(writer).
eager-modification-operation-status
(class).
empty-changed-eager-modification-operation-status
(symbol macro).
empty-eager-modification-operation-status
(symbol macro).
force-version
(function).
forward-tree-range
(class).
hash-content-hash
(reader).
(setf hash-content-hash)
(writer).
hash-content-location
(reader).
(setf hash-content-location)
(writer).
hash-dict-content-value
(reader).
(setf hash-dict-content-value)
(writer).
lazy-bidirectional-range
(class).
lazy-box-container
(class).
lazy-random-access-range
(class).
make-dict-content
(function).
make-eager-modification-operation-status
(function).
make-hash-content
(function).
make-hash-dict-content
(function).
make-lazy-range
(macro).
read-found
(generic reader).
read-store-value
(generic reader).
read-value
(generic reader).
sequence-window
(generic function).
sequence-window
(class).
single-element-p
(function).
access-current-index
(generic reader).
(setf access-current-index)
(generic writer).
access-eager-status
(generic reader).
(setf access-eager-status)
(generic writer).
access-forward-stack
(generic reader).
(setf access-forward-stack)
(generic writer).
access-initial-to
(generic reader).
(setf access-initial-to)
(generic writer).
access-operations
(generic reader).
(setf access-operations)
(generic writer).
add-change
(function).
box-container
(class).
changes
(structure).
changes-content
(reader).
(setf changes-content)
(writer).
changes-end-index
(reader).
(setf changes-end-index)
(writer).
changes-p
(function).
changes-parent
(reader).
(setf changes-parent)
(writer).
changes-unique
(reader).
(setf changes-unique)
(writer).
copy-changes
(function).
copy-dict-content
(function).
copy-hash-content
(function).
copy-hash-dict-content
(function).
dict-content-p
(function).
effective-at
(generic function).
execute-changes
(function).
force-lazy-range
(function).
hash-content
(structure).
hash-content-p
(function).
hash-dict-content
(structure).
hash-dict-content-hash
(function).
(setf hash-dict-content-hash)
(function).
hash-dict-content-location
(function).
(setf hash-dict-content-location)
(function).
hash-dict-content-p
(function).
implementation-modification-operation-status
(class).
lazy-forward-range
(class).
lazy-modification-operation-status
(class).
lazy-range
(class).
list-sequence-window
(class).
make-changes
(function).
random-access-sequence-window
(class).
read-changed
(generic reader).
read-container
(generic reader).
read-content
(generic reader).
read-from
(generic reader).
read-implementation
(function).
read-initial-stack
(generic reader).
read-key
(generic reader).
read-lazy-instance
(generic reader).
read-obtain-value
(generic reader).
read-range
(generic reader).
read-to
(generic reader).
vector-sequence-window
(class).
write-changed
(generic writer).
write-found
(generic writer).
write-lazy-instance
(generic writer).
write-value
(generic writer).
cl-data-structures.common.egnat
cl-ds.common.egnat
cl-data-structures.aux-package
.
common-lisp
.
access-root
(generic reader).
(setf access-root)
(generic writer).
access-size
(generic reader).
(setf access-size)
(generic writer).
distance
(generic function).
fundamental-egnat-container
(class).
make-egnat-tree
(function).
mutable-egnat-container
(class).
prune-subtrees
(function).
read-margin
(generic reader).
read-near
(generic reader).
select-children
(generic function).
traverse-impl
(function).
access-close-range
(generic reader).
(setf access-close-range)
(generic writer).
access-distant-range
(generic reader).
(setf access-distant-range)
(generic writer).
access-stack
(generic reader).
(setf access-stack)
(generic writer).
add-children-to-stack
(function).
assign-children
(function).
average-pairwise-distance
(function).
become-subtree
(function).
become-subtree*
(generic function).
calculate-distances
(function).
closest-node
(function).
collect-buckets
(function).
egnat-grow!
(function).
egnat-node
(class).
egnat-range
(class).
egnat-range-around
(class).
egnat-subtree
(class).
front-body
(macro).
make-children-vector
(function).
make-content-vector
(function).
make-partitions
(function).
make-ranges
(function).
next-elements
(generic function).
node-children-full-p
(function).
node-full-p
(function).
node-head
(function).
position-to-value
(function).
push-content
(function).
read-branching-factor
(generic reader).
read-children
(generic reader).
read-close-range
(generic reader).
read-container
(generic reader).
read-content
(generic reader).
read-content-count-in-node
(generic reader).
read-distant-range
(generic reader).
read-initial-stack
(generic reader).
read-metric-type
(generic reader).
read-samples-count
(generic reader).
recursive-egnat-grow!
(function).
recursive-egnat-grow!*
(generic function).
select-best-seeds
(function).
select-seeds
(function).
traverse-body
(macro).
update-ranges!
(function).
visit-every-bucket
(function).
cl-data-structures.sets
cl-ds.sets
cl-data-structures.aux-package
.
common-lisp
.
fundamental-set
(class).
mutable-set
(class).
cl-data-structures.utils
cl-ds.utils
cl-data-structures.aux-package
.
common-lisp
.
add-into-queue
(generic function).
add-sinks
(generic function).
add-to-list
(function).
adjust-size-to-fill-pointer
(function).
all-parents
(function).
ancestor-p
(function).
and*
(function).
as-cons-tree
(function).
binary-search
(function).
bind-lambda
(macro).
bucket-sort
(function).
cartesian
(function).
cartesian-table
(function).
cases
(macro).
check-value
(macro).
clone
(function).
cloning-information
(generic function).
cloning-list
(function).
cond+
(macro).
cond-compare
(macro).
copy-slots
(macro).
copy-without
(function).
cycle-over-address
(function).
define-list-of-slots
(macro).
draw-random-vector
(function).
draw-sample-vector
(function).
each-in-matrix
(generic function).
end-execution
(generic function).
ensure-call-ahead-of
(function).
erase-from-vector
(function).
extendable-vector
(type).
fill-distance-matrix-from-vector
(function).
fixnum-hash
(function).
future-carousel
(class).
generator
(function).
half-matrix
(class).
hash-integer
(function).
homogenousp
(function).
if-else
(function).
ignore-errors*
(function).
import-all-package-symbols
(macro).
index
(type).
insert-or-replace
(function).
inverted-hash-table
(function).
lambda-list-to-bindings
(function).
lambda-list-to-call-form
(function).
lazy-let
(macro).
lazy-shuffle
(function).
let-generator
(macro).
lexicographic-compare
(function).
lolol
(macro).
lower-bound
(function).
lparallel-future
(macro).
make-distance-matrix-from-vector
(function).
make-future-carousel
(function).
make-half-matrix
(function).
make-pipe-fragment
(function).
merge-ordered-vectors
(function).
method-lambda-list-to-function-lambda-list
(function).
mref
(function).
(setf mref)
(function).
mutate-matrix
(generic function).
normalize-sequence-to-span
(function).
normalize-sequence-to-sum
(function).
on-ordered-intersection
(function).
optimize-value
(macro).
or*
(function).
ordered-exclusion
(function).
ordered-intersection
(function).
ordered-p
(function).
parallel-fill-distance-matrix-from-vector
(function).
parallel-make-distance-matrix-from-vector
(function).
pipe-fragment
(class).
pop-last
(function).
prevent-duplicates
(function).
quasi-clone
(function).
quasi-clone*
(macro).
read-size
(generic reader).
remove-fill-pointer
(function).
rol64
(function).
scan
(function).
select-top
(function).
square
(function).
start-execution
(generic function).
swap-if
(function).
swapop
(function).
todo
(symbol macro).
transform
(function).
try-find
(function).
try-find-cell
(function).
try-remove
(function).
unfold-table
(function).
with-keys
(macro).
with-rebind
(macro).
with-slots-for
(macro).
with-vectors
(macro).
xorshift
(function).
access-index
(generic reader).
(setf access-index)
(generic writer).
bourgain-embedding
(function).
build-setf-form
(function).
circular-shift
(function).
circular-shift-left
(function).
circular-shift-right
(function).
cycle-rotate
(function).
distance
(function).
(setf distance)
(function).
every-possible-combination
(function).
generate-if-else
(function).
highest-leader
(function).
in-shuffle-array
(function).
index-in-content-of-distance-matrix
(function).
inverse-in-shuffle-array
(function).
list-of-slots
(generic function).
macro-with-dynamic-vars
(macro).
next-index
(function).
quasi-clone-other-class
(function).
quasi-clone-other-class*
(macro).
read-content
(generic reader).
read-end-on-empty
(generic reader).
read-function
(generic reader).
read-key
(generic reader).
read-new-value
(function).
read-operation
(generic reader).
read-queue
(generic reader).
read-sinks
(generic reader).
read-sinks-lock
(generic reader).
read-thread
(generic reader).
read-vector
(generic reader).
splitmix64
(function).
toggle-vars
(macro).
xoshiro256**
(function).
cl-data-structures.file-system
cl-ds.fs
cl-data-structures.aux-package
.
common-lisp
.
access-current-position
(generic reader).
(setf access-current-position)
(generic writer).
access-reached-end
(generic reader).
(setf access-reached-end)
(generic writer).
close-inner-stream
(generic function).
close-stream
(function).
command
(function).
command
(class).
ensure-stream
(function).
file-range-mixin
(class).
find
(generic function).
line-by-line
(function).
open-stream-designator
(generic function).
read-path
(generic reader).
stream-designator-p
(generic function).
tokenize
(function).
with-file-ranges
(macro).
access-initial-state
(generic reader).
(setf access-initial-state)
(generic writer).
access-lines-read
(generic reader).
(setf access-lines-read)
(generic writer).
access-prev-cell
(generic reader).
(setf access-prev-cell)
(generic function).
access-stack
(generic reader).
(setf access-stack)
(generic writer).
access-state
(generic reader).
(setf access-state)
(generic writer).
all-files-file-range-stack-cell
(class).
clone-cell
(generic function).
clone-of-stack
(function).
close-silence-errors
(function).
directory-content
(function).
directory-file-range-stack-cell
(class).
directory-regex-matches
(function).
eat-cell
(generic function).
enclose-finalizer
(function).
file-file-range-stack-cell
(class).
find-range
(class).
fundamental-file-range-stack-cell
(class).
line-by-line-range
(class).
make-stack-cell
(generic function).
not-greater
(function).
read-command-string
(generic reader).
read-initial-lines-read
(generic reader).
read-initial-position
(generic reader).
read-predicate
(generic reader).
read-regex
(generic reader).
read-stream
(function).
read-times
(generic reader).
recursive-content-file-range-stack-cell
(class).
regex-directory-file-range-stack-cell
(class).
regex-file-file-range-stack-cell
(class).
regex-matches
(function).
reset-cell
(generic function).
set-stream-position
(generic function).
stateful-file-range-stack-cell
(class).
stream-designator
(type).
times-matches
(function).
to-pathname
(function).
tokenizing-range
(class).
unmerge-pathnames
(function).
with-stream-input
(macro).
cl-data-structures.metric-space.egnat
cl-ds.ms.egnat
cl-data-structures.aux-package
.
common-lisp
.
egnat-metric-set
(class).
make-mutable-egnat-metric-set
(function).
mutable-egnat-metric-set
(class).
cl-data-structures.dicts.srrb
cl-ds.dicts.srrb
cl-data-structures.aux-package
.
common-lisp
.
access-index-bound
(generic reader).
(setf access-index-bound)
(generic writer).
access-shift
(generic reader).
(setf access-shift)
(generic writer).
access-tail
(generic reader).
(setf access-tail)
(generic writer).
access-tail-mask
(generic reader).
(setf access-tail-mask)
(generic writer).
access-tree
(generic reader).
(setf access-tree)
(generic writer).
access-tree-index-bound
(generic reader).
(setf access-tree-index-bound)
(generic writer).
access-tree-size
(generic reader).
(setf access-tree-size)
(generic writer).
functional-sparse-rrb-vector
(class).
functional-sparse-rrb-vector-grow
(function).
insert-tail
(function).
insert-tail!
(function).
make-functional-sparse-rrb-vector
(function).
make-mutable-sparse-rrb-vector
(function).
make-transactional-sparse-rrb-vector
(function).
mutable-sparse-rrb-vector
(class).
mutable-sparse-rrb-vector-grow
(function).
read-element-type
(generic reader).
scan-index-bound
(function).
shift-for-position
(function).
sparse-rrb-vector-at
(function).
transactional-insert-tail!
(function).
transactional-sparse-rrb-vector
(class).
transactional-sparse-rrb-vector-grow
(function).
adjust-tree-to-new-size!
(function).
copy-srrb-range-stack-cell
(function).
deep-copy-of-tail
(function).
destructive-grow-tree!
(function).
drop-unneded-nodes
(function).
forward-cell
(function).
fundamental-sparse-rrb-vector
(class).
grow-tree
(function).
has-single-child-p
(function).
insert-into-node!
(function).
insert-new-node!
(function).
insert-tail-handle-root-overflow
(function).
make-adjusted-tree
(function).
make-node-from-tail
(function).
make-range-from-root
(function).
make-range-from-tail
(function).
make-srrb-range-stack-cell
(function).
obtain-value
(function).
set-in-tail
(function).
set-in-tail!
(function).
shift
(type).
shrink-handle-tail!
(function).
shrink-tree
(function).
shrink-tree!
(function).
srrb-range-stack-cell
(structure).
srrb-range-stack-cell-container
(reader).
(setf srrb-range-stack-cell-container)
(writer).
srrb-range-stack-cell-depth
(reader).
(setf srrb-range-stack-cell-depth)
(writer).
srrb-range-stack-cell-end
(reader).
(setf srrb-range-stack-cell-end)
(writer).
srrb-range-stack-cell-is-tail
(reader).
(setf srrb-range-stack-cell-is-tail)
(writer).
srrb-range-stack-cell-node-bitmask
(reader).
(setf srrb-range-stack-cell-node-bitmask)
(writer).
srrb-range-stack-cell-node-content
(reader).
(setf srrb-range-stack-cell-node-content)
(writer).
srrb-range-stack-cell-p
(function).
srrb-range-stack-cell-start
(reader).
(setf srrb-range-stack-cell-start)
(writer).
srrb-range-stack-cell-upper-bits
(reader).
(setf srrb-range-stack-cell-upper-bits)
(writer).
tail-copy
(function).
transactional-grow-tree!
(function).
transactional-shrink-handle-tail!
(function).
transactional-shrink-tree!
(function).
tree-index-bound
(function).
unset-in-tail
(function).
unset-in-tail!
(function).
cl-data-structures.adapters
cl-ds.adapters
cl-data-structures.aux-package
.
common-lisp
.
list-range
(class).
offset-vector-range
(class).
vector-range
(class).
access-content
(generic reader).
(setf access-content)
(generic writer).
access-lower-bound
(generic reader).
(setf access-lower-bound)
(generic writer).
access-upper-bound
(generic reader).
(setf access-upper-bound)
(generic writer).
init-vector-range
(function).
range-not-fully-read
(function).
read-initial-lower-bound
(generic reader).
read-initial-upper-bound
(generic reader).
read-offset
(generic reader).
read-original-content
(generic reader).
read-vector
(generic reader).
cl-data-structures.common.qp-trie
cl-ds.common.qp-trie
cl-data-structures.aux-package
.
common-lisp
.
access-root
(generic reader).
(setf access-root)
(generic writer).
array-to-half-byte-array
(function).
half-byte-list-to-array
(function).
make-qp-trie-node
(function).
map-qp-trie-nodes
(function).
qp-trie
(class).
qp-trie-delete!
(function).
qp-trie-find
(function).
qp-trie-insert!
(macro).
qp-trie-node
(type).
qp-trie-node-bitmask
(function).
(setf qp-trie-node-bitmask)
(function).
qp-trie-node-children-bitmask
(function).
(setf qp-trie-node-children-bitmask)
(function).
qp-trie-node-clone
(function).
qp-trie-node-content
(function).
(setf qp-trie-node-content)
(function).
qp-trie-node-delete!
(function).
qp-trie-node-leaf-present-p
(function).
qp-trie-node-present-p
(function).
qp-trie-node-ref
(function).
qp-trie-node-store-bitmask
(function).
(setf qp-trie-node-store-bitmask)
(function).
qp-trie-node-unmark-leaf!
(function).
copy-qp-trie-node-tagged
(function).
copy-qp-trie-node-untagged
(function).
full-mask
(type).
half-byte
(type).
make-qp-trie-node-tagged
(function).
make-qp-trie-node-untagged
(function).
node-index
(type).
node-mask
(type).
qp-trie-leaf-present-p
(function).
qp-trie-node-contains-leafs-p
(function).
qp-trie-node-get-or-insert-child!
(macro).
qp-trie-node-index
(function).
qp-trie-node-insert-new-node!
(function).
qp-trie-node-mark-leaf!
(function).
qp-trie-node-size
(function).
qp-trie-node-tagged
(structure).
qp-trie-node-tagged-bitmask
(reader).
(setf qp-trie-node-tagged-bitmask)
(writer).
qp-trie-node-tagged-content
(reader).
(setf qp-trie-node-tagged-content)
(writer).
qp-trie-node-tagged-ownership-tag
(function).
(setf qp-trie-node-tagged-ownership-tag)
(function).
qp-trie-node-tagged-p
(function).
qp-trie-node-untagged
(structure).
qp-trie-node-untagged-bitmask
(reader).
(setf qp-trie-node-untagged-bitmask)
(writer).
qp-trie-node-untagged-content
(reader).
(setf qp-trie-node-untagged-content)
(writer).
qp-trie-node-untagged-p
(function).
split-byte
(function).
cl-data-structures.common.abstract
cl-ds.common.abstract
cl-data-structures.aux-package
.
common-lisp
.
acquire-ownership
(function).
define-tagged-untagged-node
(macro).
fundamental-ownership-tagged-object
(class).
make-ownership-tag
(function).
read-ownership-tag
(generic reader).
replica
(function).
tagged-node
(class).
tagged-struct-node
(structure).
write-ownership-tag
(generic writer).
copy-tagged-struct-node
(function).
make-tagged-struct-node
(function).
reset-ownership-tag
(function).
struct-accessor-name
(function).
tagged-node-ownership-tag
(function).
tagged-struct-node-ownership-tag
(reader).
(setf tagged-struct-node-ownership-tag)
(writer).
tagged-struct-node-p
(function).
cl-data-structures
cl-ds
cl-data-structures.aux-package
.
common-lisp
.
across
(generic function).
add
(generic function).
add!
(generic function).
argument-error
(condition).
argument-value-not-in-allowed-set
(condition).
argument-value-out-of-bounds
(condition).
assert-one-dimension
(macro).
at
(generic function).
(setf at)
(generic function).
become-functional
(generic function).
become-lazy
(generic function).
become-mutable
(generic function).
become-transactional
(generic function).
between*
(generic function).
changed
(generic function).
check-argument-bounds
(macro).
chunked
(generic function).
chunked-range
(class).
chunking-mixin
(class).
clone
(generic function).
consume-back
(generic function).
consume-front
(generic function).
define-validation-for-fields
(macro).
delay
(macro).
delayed
(class).
dimensionality
(generic function).
dimensionality-error
(condition).
drop-back
(generic function).
drop-front
(generic function).
empty-clone
(generic function).
empty-container
(condition).
empty-range
(class).
erase
(generic function).
erase!
(generic function).
erase*
(generic function).
erase*!
(generic function).
erase-if
(generic function).
erase-if!
(generic function).
expression
(class).
field
(function).
field
(class).
file-releated-error
(condition).
force
(function).
forward-call
(generic function).
found
(generic function).
functional
(class).
functionalp
(generic function).
fundamental-assignable-forward-range
(class).
fundamental-bidirectional-range
(class).
fundamental-container
(class).
fundamental-forward-range
(class).
fundamental-modification-operation-status
(class).
fundamental-random-access-range
(class).
fundamental-range
(class).
incompatible-arguments
(condition).
initialization-error
(condition).
initialization-out-of-bounds
(condition).
insert
(generic function).
insert!
(generic function).
invalid-argument
(condition).
invalid-argument-value
(condition).
invalid-value
(condition).
iota-range
(function).
key-value-range
(class).
lazy
(class).
lower-bound
(generic function).
make-delay
(function).
make-from-traversable
(generic function).
make-of-size
(generic function).
mod-bind
(macro).
modulo-range
(function).
mutable
(class).
mutablep
(generic function).
near
(generic function).
not-implemented
(condition).
not-in-allowed-set
(condition).
operation-not-allowed
(condition).
out-of-bounds
(condition).
path
(generic reader).
path-scaner
(function).
peek-back
(generic function).
(setf peek-back)
(generic function).
peek-front
(generic function).
(setf peek-front)
(generic function).
put
(generic function).
put!
(generic function).
put-back
(generic function).
put-back!
(generic function).
put-front
(generic function).
put-front!
(generic function).
read-arguments
(generic reader).
read-bounds
(generic reader).
read-class
(generic reader).
read-value
(generic reader).
replica
(generic function).
reset!
(generic function).
size
(generic function).
take-out
(generic function).
take-out!
(generic function).
take-out-back
(generic function).
take-out-back!
(generic function).
take-out-front
(generic function).
take-out-front!
(generic function).
textual-error
(condition).
too-many-dimensions
(condition).
transactional
(class).
transactionalp
(generic function).
traversable
(class).
traverse
(generic function).
traverse-multiple
(function).
type-specialization
(generic function).
unexpected-argument
(condition).
update
(generic function).
update!
(generic function).
update-if
(generic function).
update-if!
(generic function).
validate-field
(generic function).
validate-fields
(function).
value
(generic function).
whole-range
(generic function).
xpr
(macro).
access-arguments-closure
(generic reader).
(setf access-arguments-closure)
(generic writer).
access-closure
(generic reader).
(setf access-closure)
(generic writer).
access-finished-closure
(generic reader).
(setf access-finished-closure)
(generic writer).
fundamental-assiganable-range
(class).
fundamental-assignable-bidirectional-range
(class).
fundamental-assignable-random-access-range
(class).
generate-validation-forms
(function).
print-condition
(generic function).
read-argument
(generic reader).
read-body
(generic reader).
read-callback
(generic reader).
read-chunk-size
(generic reader).
read-original-range
(generic reader).
validation-form
(function).
validation-form-for
(generic function).
cl-data-structures.common.skip-list
cl-ds.common.skip-list
cl-data-structures.aux-package
.
cl-data-structures.common.abstract
.
common-lisp
.
access-maximum-level
(generic reader).
(setf access-maximum-level)
(generic writer).
access-test-function
(generic reader).
(setf access-test-function)
(generic writer).
assoc-skip-list-node-value
(reader).
(setf assoc-skip-list-node-value)
(writer).
delete-node-between!
(function).
fundamental-skip-list
(class).
fundamental-skip-list-range
(class).
insert-node-between!
(function).
insert-or
(function).
locate-node
(function).
make-range
(generic function).
make-skip-list-node
(function).
make-skip-list-node-of-level
(function).
make-skip-list-node-of-random-level
(function).
new-node-update-pointers!
(function).
random-level
(function).
read-ordering-function
(generic reader).
read-pointers
(generic reader).
skip-list-locate-node
(function).
skip-list-node
(structure).
skip-list-node-at
(function).
(setf skip-list-node-at)
(function).
skip-list-node-clone
(generic function).
skip-list-node-compare
(function).
skip-list-node-content
(reader).
(setf skip-list-node-content)
(writer).
skip-list-node-level
(function).
skip-list-node-pointers
(reader).
(setf skip-list-node-pointers)
(writer).
skip-list-node-update-pointers!
(function).
update-head-pointers!
(function).
access-current-node
(generic reader).
(setf access-current-node)
(generic writer).
assoc-skip-list-node
(structure).
assoc-skip-list-node-content
(function).
(setf assoc-skip-list-node-content)
(function).
assoc-skip-list-node-p
(function).
assoc-skip-list-node-pointers
(function).
(setf assoc-skip-list-node-pointers)
(function).
copy-assoc-skip-list-node
(function).
copy-into!
(function).
copy-skip-list-node
(function).
gather-pointers
(function).
make-assoc-skip-list-node
(function).
make-skip-list-node*
(function).
read-initial-current-node
(generic reader).
read-last-node
(generic reader).
skip-list-node-p
(function).
cl-data-structures.composite
cl-ds.composite
cl-data-structures.aux-package
.
common-lisp
.
make-functional-composite-container
(function).
make-mutable-composite-container
(function).
position-modification
(function).
position-modification!
(function).
composite-container
(class).
functional-composite-container
(class).
make-bucket-callback
(macro).
make-bucket-callbacks
(generic reader).
mutable-composite-container
(class).
root
(generic reader).
(setf root)
(generic writer).
separate-operations/arguments
(function).
cl-data-structures.threads
cl-ds.threads
cl-data-structures.aux-package
.
common-lisp
.
parallel-group-by
(generic function).
parallel-multiplex
(generic function).
parallel-on-each
(generic function).
thread-buffer
(generic function).
bidirectional-buffer-range
(class).
bidirectional-parallel-group-by-proxy
(class).
buffer-range
(class).
forward-buffer-range
(class).
forward-parallel-group-by-proxy
(class).
parallel-forward-multiplex-proxy
(class).
parallel-group-by-function
(class).
parallel-group-by-proxy
(class).
parallel-multiplex-function
(class).
parallel-on-each-function
(class).
parallel-on-each-proxy
(class).
random-access-buffer-range
(class).
random-access-parallel-group-by-proxy
(class).
read-chunk-size
(generic reader).
read-groups
(generic reader).
read-having
(generic reader).
read-key
(generic reader).
read-maximum-queue-size
(generic reader).
read-transform
(generic reader).
thread-buffer-function
(class).
cl-data-structures.dicts.hamt
cl-ds.dicts.hamt
functional-hamt-dictionary
(class).
hamt-dictionary
(class).
hamt-dictionary-at
(function).
hamt-dictionary-size
(function).
make-functional-hamt-dictionary
(function).
make-mutable-hamt-dictionary
(function).
make-transactional-hamt-dictionary
(function).
mutable-hamt-dictionary
(class).
transactional-hamt-dictionary
(class).
find-content
(function).
grow
(generic function).
make-hash-dict-content
(function).
shrink
(generic function).
cl-data-structures.algorithms.meta
cl-ds.alg.meta
cl-data-structures
.
cl-data-structures.aux-package
.
common-lisp
.
%key
(slot).
%key
(slot).
%key
(slot).
%key
(slot).
%key
(slot).
%key
(slot).
%key
(slot).
%key
(slot).
%key
(slot).
across-aggregate
(generic function).
aggregation-function
(class).
aggregator
(structure).
aggregator-constructor
(generic function).
apply-aggregation-function
(generic function).
apply-layer
(generic function).
apply-range-function
(generic function).
call-constructor
(macro).
cleanup
(function).
construct-aggregator
(function).
define-aggregation-function
(macro).
early-aggregation-exit
(condition).
extract-result
(function).
layer-aggregator-constructor
(generic function).
layer-function
(class).
let-aggregator
(macro).
pass-to-aggregation
(function).
range-function
(class).
read-key
(generic reader).
state-result
(generic function).
transformation!-function
(class).
aggregation-function-class-form
(function).
aggregation-function-defgeneric-form
(function).
aggregator-cleanup
(reader).
(setf aggregator-cleanup)
(writer).
aggregator-constructor-form
(function).
aggregator-extract
(reader).
(setf aggregator-extract)
(writer).
aggregator-p
(function).
aggregator-pass
(reader).
(setf aggregator-pass)
(writer).
copy-aggregator
(function).
extract-parameters
(function).
extract-values
(function).
key-parameters-start-at
(function).
make-aggregator
(function).
make-state
(generic function).
cl-data-structures.sequences
cl-ds.seqs
cl-data-structures.aux-package
.
common-lisp
.
functional-sequence
(class).
fundamental-sequence
(class).
mutable-sequence
(class).
transactional-sequence
(class).
lazy-box-sequence
(class).
cl-data-structures.queues
cl-ds.queues
cl-data-structures.aux-package
.
common-lisp
.
access-size
(generic reader).
(setf access-size)
(generic writer).
fundamental-functional-queue
(class).
fundamental-mutable-queue
(class).
fundamental-queue
(class).
fundamental-transactional-queue
(class).
cl-data-structures.aux-package
cl-data-structures
.
cl-data-structures.adapters
.
cl-data-structures.algorithms
.
cl-data-structures.algorithms.meta
.
cl-data-structures.common
.
cl-data-structures.common.2-3-tree
.
cl-data-structures.common.abstract
.
cl-data-structures.common.egnat
.
cl-data-structures.common.hamt
.
cl-data-structures.common.qp-trie
.
cl-data-structures.common.rrb
.
cl-data-structures.common.skip-list
.
cl-data-structures.composite
.
cl-data-structures.dicts
.
cl-data-structures.dicts.hamt
.
cl-data-structures.dicts.skip-list
.
cl-data-structures.dicts.srrb
.
cl-data-structures.file-system
.
cl-data-structures.math
.
cl-data-structures.meta
.
cl-data-structures.metric-space
.
cl-data-structures.metric-space.egnat
.
cl-data-structures.queues
.
cl-data-structures.queues.2-3-tree
.
cl-data-structures.sequences
.
cl-data-structures.sequences.rrb-vector
.
cl-data-structures.sets
.
cl-data-structures.sets.qp-trie
.
cl-data-structures.sets.skip-list
.
cl-data-structures.streaming-algorithms
.
cl-data-structures.streaming-algorithms.hyperloglog
.
cl-data-structures.streaming-algorithms.polynomial-hashing
.
cl-data-structures.threads
.
cl-data-structures.utils
.
cl-data-structures.algorithms
cl-ds.alg
%summary
(generic function).
*current-key*
(special variable).
*previous-element*
(special variable).
access-functor
(generic reader).
(setf access-functor)
(generic writer).
array-elementwise
(generic function).
bidirectional-chain-of-ranges
(class).
bidirectional-proxy-range
(class).
cartesian
(function).
chain
(function).
connect
(function).
connect-traversable
(function).
count-elements
(generic function).
count-elements-function
(class).
cumulative-accumulate
(generic function).
cumulative-accumulate-range
(class).
distinct
(generic function).
enumerate
(generic function).
establish-special
(generic function).
extrema
(generic function).
extremum
(generic function).
filtering-proxy
(class).
first-element
(generic function).
flatten-lists
(generic function).
forward-chain-of-ranges
(class).
forward-multiplex-proxy
(class).
forward-proxy-box-range
(class).
forward-proxy-range
(class).
frequency
(generic function).
group-by
(generic function).
group-by-function
(class).
group-by-result-range
(class).
hash-table-elementwise
(generic function).
hash-table-range
(class).
in-batches
(generic function).
last-element
(generic function).
latch
(generic function).
make-hash-table-range
(function).
make-proxy
(generic function).
make-reservoir-sampling
(function).
multiplex
(generic function).
on-each
(generic function).
only
(generic function).
only-different
(generic function).
partition-if
(generic function).
proxy-box-range
(class).
proxy-range
(class).
random-access-chain-of-ranges
(class).
random-access-proxy-range
(class).
rate
(generic function).
read-function
(generic reader).
read-functor-constructor
(generic reader).
read-functor-prototype
(generic reader).
read-hash-table
(generic reader).
read-keys
(generic reader).
read-original-range
(generic reader).
reservoir-sample
(generic function).
reservoir-sampling-push
(function).
reservoir-sampling-result
(reader).
(setf reservoir-sampling-result)
(writer).
restrain-size
(generic function).
should-skip
(generic function).
shuffled-range
(function).
shuffled-range
(class).
sliding-window
(generic function).
summary
(macro).
summary-result-range
(class).
to-hash-table
(generic function).
to-list
(generic function).
to-vector
(generic function).
translation
(generic function).
transparent-to-chunking-mixin
(class).
with-previous-element
(generic function).
without
(generic function).
wrap-chunk
(generic function).
zip
(function).
zip-traversable
(function).
%summary-function
(class).
abstract-in-batches-proxy
(class).
abstract-partition-if-proxy
(class).
abstract-sliding-window-proxy
(class).
access-begin
(generic reader).
(setf access-begin)
(generic writer).
access-collected
(generic reader).
(setf access-collected)
(generic writer).
access-current
(generic reader).
(setf access-current)
(generic writer).
access-end
(generic reader).
(setf access-end)
(generic writer).
access-index
(generic reader).
(setf access-index)
(generic writer).
access-position
(generic reader).
(setf access-position)
(generic writer).
access-previous
(generic reader).
(setf access-previous)
(generic writer).
access-previous-bound
(generic reader).
(setf access-previous-bound)
(generic writer).
access-state
(generic reader).
(setf access-state)
(generic writer).
access-tail
(generic reader).
(setf access-tail)
(generic writer).
access-window
(generic reader).
(setf access-window)
(generic writer).
accumulate-function
(class).
array-elementwise-forward-proxy
(class).
array-elementwise-function
(class).
bidirectional-connecting-range
(class).
bidirectional-establish-special-proxy-range
(class).
bidirectional-filtering-proxy
(class).
bidirectional-group-by-proxy
(class).
bidirectional-in-batches-proxy
(class).
bidirectional-only-proxy
(class).
bidirectional-proxy-box-range
(class).
bidirectional-with-previous-element-proxy
(class).
bidirectional-without-proxy
(class).
bidirectional-zipped-ranges
(class).
calculate-skip-count
(function).
chunkable-bidirectional-connecting-range
(class).
chunkable-forward-connecting-range
(class).
chunkable-random-access-connecting-range
(class).
chunked-proxy-range
(class).
clone-of-original-range
(function).
common-fundamental-range-class
(function).
consume-impl
(function).
copy-reservoir-sampling
(function).
cumulative-accumulate-function
(class).
cumulative-state
(class).
deep-copy-of-content
(function).
distinct-function
(class).
distinct-proxy
(class).
enumerate-function
(class).
establish-special-function
(class).
establish-special-proxy
(class).
extrema-function
(class).
extremum-function
(class).
first-element-function
(class).
flatten-lists-function
(class).
flatten-proxy
(class).
forward-abstract-partition-if-proxy
(class).
forward-cartesian-range
(class).
forward-connecting-range
(class).
forward-distinct-proxy
(class).
forward-establish-special-proxy-range
(class).
forward-filtering-proxy
(class).
forward-flatten-proxy
(class).
forward-group-by-proxy
(class).
forward-in-batches-proxy
(class).
forward-latch-proxy
(class).
forward-only-different-proxy
(class).
forward-only-proxy
(class).
forward-partition-if-proxy
(class).
forward-repeat-proxy
(class).
forward-restrain-size-proxy
(class).
forward-sliding-window-proxy
(class).
forward-with-previous-element-proxy
(class).
forward-without-proxy
(class).
forward-zipped-ranges
(class).
frequency-function
(class).
fundamental-range-class-of
(generic function).
gen-w
(function).
group-by-proxy
(class).
hash-table-elementwise-forward-proxy
(class).
hash-table-elementwise-function
(class).
in-batches-function
(class).
init-chain-of-range
(function).
init-connected-ranges
(function).
last-element-function
(class).
latch-function
(class).
latch-proxy
(class).
make-reservoir-sampling*
(function).
multiplex-function
(class).
multiplex-proxy
(class).
on-each-function
(class).
on-each-proxy-range-from-range
(generic function).
only-different-function
(class).
only-different-proxy
(class).
only-function
(class).
only-proxy
(class).
partition-if-consume-implementation
(function).
partition-if-function
(class).
partition-if-proxy
(class).
peek-or-consume
(function).
random-access-connecting-range
(class).
random-access-establish-special-proxy-range
(class).
random-access-group-by-proxy
(class).
random-access-in-batches-proxy
(class).
random-access-proxy-box-range
(class).
random-access-with-previous-element-proxy
(class).
random-access-zipped-ranges
(class).
rate-function
(class).
read-batch-size
(generic reader).
read-bindings
(generic reader).
read-chunked-range
(generic reader).
read-chunks
(generic reader).
read-comparsion
(generic reader).
read-content
(generic reader).
read-cumulative-key
(generic reader).
read-from
(generic reader).
read-groups
(generic reader).
read-having
(generic reader).
read-initial-begin
(generic reader).
read-initial-current
(generic reader).
read-initial-current-position
(generic reader).
read-initial-end
(generic reader).
read-initial-position
(generic reader).
read-initial-previous
(generic reader).
(setf read-initial-previous)
(generic writer).
read-initial-previous-bound
(generic reader).
(setf read-initial-previous-bound)
(generic writer).
read-initial-state
(generic reader).
read-initial-window
(generic reader).
read-latches
(generic reader).
(setf read-latches)
(generic writer).
read-on-first
(generic reader).
read-original-collected
(generic reader).
read-original-content
(generic reader).
read-original-seen
(generic reader).
read-predicate
(generic reader).
read-ranges
(generic reader).
read-result
(generic reader).
read-seen
(generic reader).
read-size
(generic reader).
read-table
(generic reader).
read-test
(generic reader).
read-times
(generic reader).
read-to
(generic reader).
read-transform
(generic reader).
read-window-size
(generic reader).
repeat-function
(class).
repeat-proxy
(class).
replica-of-seen
(function).
reservoir-sample-function
(class).
reservoir-sampling
(structure).
reservoir-sampling-p
(function).
reservoir-sampling-sample-size
(function).
reservoir-sampling-skip-count
(reader).
(setf reservoir-sampling-skip-count)
(writer).
reservoir-sampling-w
(reader).
(setf reservoir-sampling-w)
(writer).
restrain-size-function
(class).
restrain-size-proxy
(class).
sliding-window-function
(class).
summary-aggregation-function
(class).
to-hash-table-function
(class).
to-list-function
(class).
to-vector-function
(class).
translation-function
(class).
with-previous-element-function
(class).
with-previous-element-proxy
(class).
without-function
(class).
without-proxy
(class).
zipping-mixin
(class).
cl-data-structures.sets.skip-list
cl-ds.sets.skip-list
cl-data-structures.aux-package
.
common-lisp
.
make-mutable-skip-list-set
(function).
mutable-skip-list-set
(class).
mutable-skip-list-set-range
(class).
cl-data-structures.streaming-algorithms.polynomial-hashing
cl-data-structures.aux-package
.
common-lisp
.
+max-64-bits+
(constant).
hash
(type).
hash-array
(type).
hashval
(function).
hashval-no-depth
(function).
make-hash-array
(function).
+long-prime+
(constant).
cl-data-structures.sequences.rrb-vector
cl-ds.seqs.rrb
cl-data-structures.aux-package
.
cl-data-structures.common.rrb
.
common-lisp
.
functional-rrb-vector
(class).
make-functional-rrb-vector
(function).
make-mutable-rrb-vector
(function).
make-transactional-rrb-vector
(function).
mutable-rrb-vector
(class).
transactional-rrb-vector
(class).
fold-content
(function).
fold-rrb-content
(function).
make-mutable-of-size
(function).
mutable-from-traversable
(function).
rrb-vector
(class).
cl-data-structures.streaming-algorithms.hyperloglog
cl-data-structures.aux-package
.
common-lisp
.
add-hash
(function).
cardinality
(function).
intersection-cardinality
(function).
jaccard
(function).
new-sketch
(function).
register
(type).
sketch
(type).
union
(function).
+2q+
(constant).
+2r+
(constant).
+alpha+
(constant).
+c+
(constant).
+m+
(constant).
+max+
(constant).
+maxx+
(constant).
+p+
(constant).
+q+
(constant).
+r+
(constant).
approximated-expected-collisions
(function).
beta
(function).
expected-collisions
(function).
hash-shifts
(function).
hll-rank
(function).
lz
(function).
new-register
(function).
reg-sum-and-zeroes
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Description:
KEY for the current group when aggregating by the GROUP-BY or PARTITION-IF function.
Curry function. For instance (bin-lambda #’+ 2 :_) is like (curry #+ 2). However this can be used to bind more arguments. For instance (bind-lambda #’/ 5 :_ 3 :_ 4 :_ 2 :_ :_ 12)
Macro, used for elemination of code branches by duplicating code.