Function: evil-swap
evil-swap is a for cl-rotatef, defined in
cl-macs.el.gz.
Signature
(evil-swap PLACE...)
Documentation
Rotate left among PLACEs.
Example: (cl-rotatef A B C) sets A to B, B to C, and C to A. It returns nil.
Each PLACE may be a symbol, or any generalized variable allowed by setf.