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