Class Copyable-Mixin

provides method for doing copy that creates a copy on an object.
each mixin should provide an copy-inner-class method to copy its
slots appropriately.

Part of:

package metacopy

Direct Method

copy-finalLast pass to make sure everything is in place.
copy-final-classdefined for each component class of an object with mixin copyable-mixin.
it should setup its...
copy-inner-classDefined for each component class of an object with mixin COPYABLE-MIXIN.
It should setup its...
copy-selfreturn a new, empty version of self