Macro: NILF

Source

(defmacro nilf (&rest args)
  `(allf nil ,@args))
Source Context