destructor
destructor is a compiled Lisp function in `eieio.el
'.
(destructor &rest LOCAL-ARGS)
Destructor for cleaning up any dynamic links to our object.
This is a generic function with only one primary method.
Implementations:
`eieio-default-superclass' :PRIMARY (arg1 &rest rest)
Destructor for cleaning up any dynamic links to our object.
Argument THIS is the object being destroyed. PARAMS are additional
ignored parameters.
(fn THIS &rest PARAMS
)
Defined in `eieio.el'