|
Copies "scount" elements from "source" into "dest", starting with "sstart" and inserting the elements at "dpos". Existing elements in "dest" past "dpos" are pushed forward by "scount" elements.
If "dpos" is -1, the elements are appended to the end of "dest". miva_array_merge_ref() inserts references to the source elements into the destination array. miva_array_merge() copies the elements. |