Take a look at the following code snippet
struct Person{ var name: String let surname: String var closure: (()->())? init(name: String, surname: S