make-instance-standard-class
Method MAKE-INSTANCE
Syntax:
make-instance (class standard-class) &rest
initargs => instance
Description:
This is a method on the generic functionmake-instance.
This method implements the behavior of make-instance described in the CLOS specification section named ``Object Creation and Initialization.''