Method MAKE-INSTANCE

Syntax:

make-instance (class standard-class) &rest initargs => instance

Description:

This is a method on the generic function make-instance.

This method implements the behavior of make-instance described in the CLOS specification section named ``Object Creation and Initialization.''