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