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