Read the
In the execution this is an array access, but the logical definition is just a thin wrapper for nth:
Function:
(defun svexs$ai (stobjs::i svexarr$a) (declare (xargs :guard (and (svexarr$ap svexarr$a) (integerp stobjs::i) (<= 0 stobjs::i) (< stobjs::i (svexs$a-length svexarr$a))))) (ec-call (svex-fix$inline (ec-call (nth stobjs::i svexarr$a)))))