Scieneer Common Lisp 1.3.9 online documentation aref array &rest subscripts [Function] Returns the element of the array specified by the subscripts.
(setf (aref array &rest subscripts) new-value) [Function]
|
| aref array &rest subscripts | [Function] |
Returns the element of the array specified by the subscripts.
| (setf (aref array &rest subscripts) new-value) | [Function] |