Macro: TF

Source

(defmacro tf (&rest args)
  `(allf t ,@args))
Source Context