Zen API
|
kStatus kArrayList_Assign | ( | kArrayList | list, |
kArrayList | source | ||
) |
Performs a shallow copy of the source list.
Source items are copied by value; if the source list contains objects, the object handles are copied but the objects are not cloned.
list | List object. |
source | Source list to be copied. |