|
Copies "scount" elements from "source" into "dest", starting with "sstart" and placing the elements at "dpos". Existing elements in "dest" are overwritten.
If "dpos" is -1, the elements are appended to the end of "dest". miva_array_copy_ref() inserts references to the source elements into the destination array. miva_array_copy() copies the elements. |