|  | ANSI Common Lisp  15 Arrays 15.2   Dictionary of Arrays15.2.1  array
15.2.2  simple-array
 15.2.3  vector
 15.2.4  simple-vector
 15.2.5  bit-vector
 15.2.6  simple-bit-vector
 15.2.7  make-array
 15.2.8  adjust-array
 15.2.9  adjustable-array-p
 15.2.10  aref
 15.2.11  array-dimension
 15.2.12  array-dimensions
 15.2.13  array-element-type
 15.2.14  array-has-fill-pointer-p
 15.2.15  array-displacement
 15.2.16  array-in-bounds-p
 15.2.17  array-rank
 15.2.18  array-row-major-index
 15.2.19  array-total-size
 15.2.20  arrayp
 15.2.21  fill-pointer
 15.2.22  row-major-aref
 15.2.23  upgraded-array-element-type
 15.2.24  array-dimension-limit
 15.2.25  array-rank-limit
 15.2.26  array-total-size-limit
 15.2.27  simple-vector-p
 15.2.28  svref
 15.2.29  vector
 15.2.30  vector-pop
 15.2.31  vector-push, vector-push-extend
 15.2.32  vectorp
 15.2.33  bit, sbit
 15.2.34  bit-and, bit-andc1, bit-andc2, bit-eqv,  bit-ior, bit-nand, bit-nor, bit-not, bit-orc1, bit-orc2, bit-xor
 15.2.35  bit-vector-p
 15.2.36  simple-bit-vector-p
 |