Xcode – SwiftUI: Cannot use mutating member on immutable value: 'shop' is a 'let' constant
I would like to add a Product to a Shop's container but i can't and i don't understand why because my Shop is var and not let. My goal is to put a Product into a Shop like this: input…