## Macro: COMMON-LISP:SETF [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Macro-5f9ea0.svg?style=social&colorA=999999)](../#macro) [![clhs](https://img.shields.io/badge/CLHS-SETF-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/a_setf.htm) > Takes pairs of arguments like SETQ. The first is a place and the second > is the value that is supposed to go into that place. Returns the last > value. The place argument may be any of the access forms for which SETF > knows a corresponding setting form. ### Lambda list ```cl (&rest sb-impl::args) ```