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