We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8154dbe commit 8d18300Copy full SHA for 8d18300
Sources/IndexedCollection/IndexedCollection.swift
@@ -71,6 +71,10 @@ extension IndexedCollection.Element: Identifiable where Base.Element: Identifiab
71
}
72
73
74
+extension IndexedCollection.Element: Hashable where Base.Element: Hashable, Base.Index: Hashable {}
75
+
76
+extension IndexedCollection.Element: Equatable where Base.Element: Equatable {}
77
78
#if canImport(SwiftUI)
79
import SwiftUI
80
0 commit comments