replace(childrenOf:using:)
Replaces all child items of the specified parent item with the provided section snapshot.
Declaration
mutating func replace(childrenOf parent: ItemIdentifierType, using snapshot: NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>)