Established a specified declarations.
common-lisp
declaim &rest declarations
declarations⇩ |
Declaration forms. |
The macro declaim
behaves as specified in the ANSI Common Lisp Standard with one exception: for a top-level call to declaim
, optimize declarations in declarations are omitted from the compiled binary file. This is useful because you are unlikely to want to change these settings outside of that file.
declaim in the Common Lisp HyperSpec
compile-file
declare
proclaim
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30