Constructor macro for honsed block$-p structures.
Syntax:
(make-honsed-block$ [:header <header>] [:transations <transations>] [:ommer-headers <ommer-headers>])
This is identical to make-block$, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-block$ (&rest args) (std::make-aggregate 'block$ args '((:header) (:transations) (:ommer-headers)) 'make-honsed-block$ t))