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