print-specializations shows which specialize declarations are currently
registered.
Syntax
(print-specializations)
(print-specializations ⟨package-designator⟩)
Semantics
- The optional package designator narrows the output.
- Each entry shows the generic function type together with its specialized targets.
- This is mainly useful when checking whether a
specializedirective was accepted and loaded.
Example
(print-specializations)