ses-vector-delete

ses-vector-delete is a compiled Lisp function in `ses.el'.

(ses-vector-delete ARRAY IDX COUNT)

Create a new vector which is a copy of ARRAY with COUNT objects removed
starting at element IDX. ARRAY is either a vector or a symbol whose value
is a vector--if a symbol, the new vector is assigned as the symbol's value.