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