Generic-function: SB-SEQUENCE:ELT

package type clhs

Replaces the element at position INDEX of SEQUENCE with NEW-VALUE and returns NEW-VALUE or signals a PROTOCOL-UNIMPLEMENTED error if the sequence protocol is not implemented for the class of SEQUENCE.

Lambda list

(sb-impl::new-value sequence sb-int:index)