svref
(svref vector index)
Returns the element of a rank-1 array at the given 0-based index. It behaves like aref restricted to exactly one subscript, and is likewise a setf place: (setf (svref v i) value) replaces an element. #'svref is a first-class function value, so it can be passed to mapcar/funcall like any other function.