[Function]
(copy-object object)

Returns a copy of object. Slot values in the new and old objects are identical, that is the slot values are transferred not copied. copy-object uses allocate-instance to create the new object and fill-object to set its slot values.

See Also: