|
| compiler-macro-function name &optional env | [Function] |
If name names a compiler-macro then return the expansion function, else return nil. Note: if the name is shadowed in env by a local definition, or declared notinline, nil is returned. Can be set with setf.
| (setf (compiler-macro-function name &optional environment) function) | [Function] |