We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6674c commit 74f554cCopy full SHA for 74f554c
Sources/Internal/SnapshotStructure.swift
@@ -35,7 +35,7 @@ struct SnapshotStructure<SectionID: Hashable, ItemID: Hashable> {
35
self.init(id: id, items: [], isReloaded: false)
36
}
37
38
- init<C: Collection>(source: Section, elements: C) where C.Element == Item {
+ init<C: Swift.Collection>(source: Section, elements: C) where C.Element == Item {
39
self.init(id: source.differenceIdentifier, items: Array(elements), isReloaded: source.isReloaded)
40
41
0 commit comments