[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fast copy for CLOS objects?



Does anyone have a fast copy function for CLOS objects in Allegro?
Something that avoids having to call make-instance and then copying all
slot values of the old instance to the new copy?

	David