Macro: COMMON-LISP:DECF

package type clhs

The first argument is some location holding a number. This number is decremented by the second argument, DELTA, which defaults to 1.

Lambda list

(sb-impl::place &optional sb-impl::delta)