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 f9a5ed3 commit 2e679bfCopy full SHA for 2e679bf
Sources/Validated.swift
@@ -35,7 +35,7 @@ public struct Validated<Value>: Validatable, DynamicProperty {
35
get {
36
self.projectedValue.wrappedValue
37
}
38
- set {
+ nonmutating set {
39
self.projectedValue.wrappedValue = newValue
40
41
0 commit comments