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