Just like IF-BIND but the var is always IT.
(defmacro aif (test then &optional else) "Just like IF-BIND but the var is always IT." `(if-bind it ,test ,then ,else))