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