Basic constructor macro for junop-logcompl structures.
(make-junop-logcompl )
This is the usual way to construct junop-logcompl structures. It simply conses together a structure with the specified fields.
This macro generates a new junop-logcompl structure from scratch. See also change-junop-logcompl, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-junop-logcompl (&rest args) (std::make-aggregate 'junop-logcompl args 'nil 'make-junop-logcompl nil))
Function:
(defun junop-logcompl nil (declare (xargs :guard t)) (let ((__function__ 'junop-logcompl)) (declare (ignorable __function__)) (cons :logcompl (list))))