Macro: COMMON-LISP:PUSH

package type clhs

Takes an object and a location holding a list. Conses the object onto the list, returning the modified list. OBJ is evaluated before PLACE.

Lambda list

(sb-impl::obj sb-impl::place)