Method clone_to()
- Method
clone_to
objectclone_to(objectplaceholder,programp,mixed...p_args)- Description
Coerce a placeholder object into a clone of a program.
- Parameter
placeholder Clone of __null_program to alter.
- Parameter
p Program to coerce the object to be a clone of.
- Parameter
p_args Arguments to pass to lfun::create() in
p.- Returns
Returns
placeholderafter successful coercion.- Note
placeholdermay also already be a clone of [p], in which case this operation is a no-op.- See also