v1.2.112 - kfun - clone_object
|
NAME |
| clone_object - clone an object
|
SYNOPSIS |
| object clone_object(object master)
|
DESCRIPTION |
| Create a clone of the specified object with an unique name of the form
"object_name#1234". The cloned object must not itself be a clone. The
new object is returned. The creator function will be called in the
cloned object immediately.
|
SEE ALSO |
| kfun/compile_object, kfun/destruct_object, kfun/new_object
|