Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray2_Assign ( kArray2  array,
kArray2  source,
kObject  context 
)

Performs a shallow copy of the source array.

Source items are copied by value; if the source array contains objects, the object handles are copied but the objects are not cloned.

Parameters
arrayArray object.
sourceSource array to be copied.
contextContext for copy operation (allocator specific; not usually required).
Returns
Operation status.