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