init(changes: [NSOrderedCollectionChange])
Creates an ordered collection difference using an array of ordered collection changes.
順序コレクション差異を順序コレクション変化それらからなるある配列を使って作成します。
init(insert: IndexSet, insertedObjects : [Any]?, remove: IndexSet, removedObjects : [Any]?, additionalChanges : [NSOrderedCollectionChange])
Creates an ordered collection difference from arrays of inserted and removed objects with corresponding sets of indices, in addition to an array of ordered collection changes.
順序コレクション差異を作成します、挿入および除去オブジェクトそれらからなる配列から、対応するインデックスの集合をつかって、それに加えて順序コレクション変化からなるある配列も。