deleteItems(_:)
Deletes the items with the specified identifiers from the snapshot.
Declaration
mutating func deleteItems(_ identifiers: [ItemIdentifierType])Parameters
- identifiers:
The array of identifiers corresponding to the items to delete from the snapshot.