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