A copying macro that lets you create new definterface-hash-infop structures, based on existing structures.
Syntax:
(change-definterface-hash-info x [:input-size-limit <input-size-limit>] [:output-size <output-size>])
This is a sometimes useful alternative to make-definterface-hash-info.
It constructs a new definterface-hash-infop structure that is a copy of
This is an ordinary
Macro:
(defmacro change-definterface-hash-info (x &rest args) (std::change-aggregate 'definterface-hash-info x args '((:input-size-limit . definterface-hash-info->input-size-limit) (:output-size . definterface-hash-info->output-size)) 'change-definterface-hash-info 'nil))