Why SwiftUI @State property can be initialized inside `init` this OTHER way:

That’s because the T? @State var sometimes are not auto initialized to nil and so later inside init the var can be assigned and you are saying this should be an init. Either ways, something odd is happening that allow a T? to init,table inside init. This should be allowed and you should use Optional as type.

See SwiftUI @State PW exact same code different result if another optional is added!? :=( - #11 by young