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