class-prototype
Generic Function CLASS-PROTOTYPE
Syntax:
class-prototype class => prototype-instance
Arguments and values:
class -- A class metaobject.
prototype-instance -- A prototype instance of class
Description:
Returns a prototype instance of class. Whether the instance is initialized is not specified. The results are undefined if a portable program modifies the binding of any slot of prototype instance.
Methods: