Function: COMMON-LISP:VECTOR-PUSH

package type clhs github

Attempt to set the element of ARRAY designated by its fill pointer to NEW-ELEMENT, and increment the fill pointer by one. If the fill pointer is too large, NIL is returned, otherwise the index of the pushed element is returned.

Lambda list

(sb-vm::new-element array)