- (make-copy INSTANCE [INITFORM ...]) -> coops-instanceprocedure
Returns a copy of the object INSTANCE, except where an INITFORM overrides an existing SLOT value of the INSTANCE. The copy is a shallow copy that shares values with INSTANCE.
make-copy is a generic-procedure specializing the first argument.