Skip to main content

make-instance-symbol

Method MAKE-INSTANCE

Syntax:

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

Description:

This is a method on the generic functionmake-instance.

This method simply invokes make-instance recursively on the arguments (find-class class) and initargs.