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