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