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