arrayPushAll
This is basically use for push the old array collection in the new array collection by using the ko.utils.arrayPush()
For example newArrayListItems() is a new array list and oldArrayItems() array list.
For example newArrayListItems() is a new array list and oldArrayItems() array list.
ko.utils.arrayPushAll(newArrayListItems(), oldArrayItems);