Modifying constructor for cinteger-sshort structures.
(change-cinteger-sshort x [:get <get>])
This is an often useful alternative to make-cinteger-sshort.
We construct a new cinteger-sshort structure that is a copy of
This is an ordinary
Macro:
(defmacro change-cinteger-sshort (x &rest args) (std::change-aggregate 'cinteger-sshort x args '((:get . cinteger-sshort->get)) 'change-cinteger-sshort 'nil))