Macro: AIF

Source

(defmacro aif (expr then &optional else)
  `(if-bind it ,expr ,then ,else))
Source Context