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