svref
svref is an alias for `aref' in `cl.el
'.
(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.
cl.el
'.
(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.