Accessor TEMPLATE-SPEC
Package:
COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.UNIFICATION
Syntax:
template-spec template => spec
(setf (template-spec template) spec) => spec
Arguments and Values:
template
---a template object
spec
---a symbol, or a cons
Description:
The accessor TEMPLATE-SPEC extracts the template specification spec out of an instance of the class TEMPLATE or one of its sub-classes. The SETF form sets the spec.
Affected By:
None.
Exceptional Situations:
None.
See Also:
TEMPLATE, the "Template Sub-language" section.
Notes:
None.