File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 257257 }
258258 }
259259
260- extension State . Shared : Equatable where Value: Equatable {
261- public static func == ( lhs: Self , rhs: Self ) -> Bool {
262- lhs. shared == rhs. shared
263- }
264- }
265-
266- extension State . Shared : Identifiable where Value: Identifiable {
267- public var id : Value . ID {
268- shared. id
269- }
270- }
271-
272- extension State . SharedReader : Equatable where Value: Equatable {
273- public static func == ( lhs: Self , rhs: Self ) -> Bool {
274- lhs. shared == rhs. shared
275- }
276- }
277-
278- extension State . SharedReader : Identifiable where Value: Identifiable {
279- public var id : Value . ID {
280- shared. id
281- }
282- }
283-
284260 #if compiler(>=6)
285261 extension State . Shared : Sendable where Value: Sendable { }
286262
You can’t perform that action at this time.
0 commit comments