15.2 Arrays Dictionary
- array, System Class
- simple-array, Type
- vector, System Class
- simple-vector, Type
- bit-vector, System Class
- simple-bit-vector, Type
- make-array, Function
- adjust-array, Function
- adjustable-array-p array → generalized-boolean, Function
- aref array &rest subscripts → element, Accessor
- (setf (aref array &rest subscripts) new-element), Accessor
- array-dimension array axis-number → dimension, Function
- array-dimensions array → dimensions, Function
- array-element-type array → typespec, Function
- array-has-fill-pointer-p array → generalized-boolean, Function
- array-displacement array → displaced-to, displaced-index-offset, Function
- array-in-bounds-p array &rest subscripts → generalized-boolean, Function
- array-rank array → rank, Function
- array-row-major-index array &rest subscripts → index, Function
- array-total-size array → size, Function
- arrayp object → generalized-boolean, Function
- fill-pointer vector → fill-pointer, Accessor
- (setf (fill-pointer vector) new-fill-pointer), Accessor
- row-major-aref array index → element, Accessor
- (setf (row-major-aref array index) new-element), Accessor
- upgraded-array-element-type typespec &optional environment → upgraded-typespec, Function
- array-dimension-limit, Constant Variable
- array-rank-limit, Constant Variable
- array-total-size-limit, Constant Variable
- simple-vector-p object → generalized-boolean, Function
- svref simple-vector index → element, Accessor
- (setf (svref simple-vector index) new-element), Accessor
- vector &rest objects → vector, Function
- vector-pop vector → element, Function
- vector-push new-element vector → new-index-p, Function
- vector-push-extend new-element vector &optional extension → new-index, Function
- vectorp object → generalized-boolean, Function
- bit, sbit, Accessor
- bit-not bit-array &optional opt-arg → resulting-bit-array, Function
- bit-vector-p object → generalized-boolean, Function
- simple-bit-vector-p object → generalized-boolean, Function