Memberwise Initialiseur pour Structs Swift

struct Person {
  
  var name: String
  var age: Int
}
SAMER SAEID