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