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