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