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