aref

aref is a built-in function in `C source code'.

(aref 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.