boxedCopy
fun boxedCopy(boxedType: <Error class: unknown class>, srcBoxed: <Error class: unknown class>): <Error class: unknown class>
Provide a copy of a boxed structure @src_boxed which is of type @boxed_type.
Return
The newly created copy of the boxed structure.
Parameters
boxedType
The type of @src_boxed.
srcBoxed
The boxed structure to be copied.