Array literal merge strategy type.
Always append as new element.
If existing element and new element share the same index and they are both a collection-type, merge the two.
If an element exists at the same index, overwrite it.
Array literal merge strategy type.