aset

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

(aset ARRAY IDX NEWELT)

Store into the element of ARRAY at index IDX the value NEWELT.
Return NEWELT. ARRAY may be a vector, a string, a char-table or a
bool-vector. IDX starts at 0.