We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2456b commit 6e7cb1dCopy full SHA for 6e7cb1d
1 file changed
Sources/Normalization/Selector.swift
@@ -35,14 +35,14 @@ extension TableSelector {
35
}
36
37
public protocol StorageSelector: Hashable, Sendable {
38
- associatedtype Source: Equatable
+ associatedtype Source
39
associatedtype Storage: NormalizedStorageType
40
41
func select(source: consuming Source) -> Storage
42
43
44
public struct KeyPathStorageSelector<
45
- Source: Equatable,
+ Source,
46
Storage: NormalizedStorageType
47
>: StorageSelector, Equatable {
48
@@ -61,7 +61,7 @@ public struct KeyPathStorageSelector<
61
extension StorageSelector {
62
63
public static func keyPath<
64
65
66
>
67
(
0 commit comments