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