The generic function
clone
returns a new object
cloned-object
which is a copy of
capi-object
. It does not share any data with
capi-object
, but has a copy of the useful part of its state.
The system contains methods on
clone
. You may add methods on your own interface classes.
CAPI Reference Manual - 15 Dec 2011