cl-incf
cl-incf is a Lisp macro in `cl-lib.el
'.
(cl-incf PLACE &optional X)
Increment PLACE by X (1 by default).
PLACE may be a symbol, or any generalized variable allowed by `setf'.
The return value is the incremented value of PLACE.
cl-lib.el
'.
(cl-incf PLACE &optional X)
Increment PLACE by X (1 by default).
PLACE may be a symbol, or any generalized variable allowed by `setf'.
The return value is the incremented value of PLACE.