cl-svref

cl-svref is an alias for `aref' in `cl-lib.el'.

(cl-svref ARRAY IDX)

Return the element of ARRAY at index IDX.
ARRAY may be a vector, a string, a char-table, a bool-vector,
or a byte-code object. IDX starts at 0.