Closed reitzig closed 4 years ago
Since the closure parameter is trailing, we can use the simplified syntax at call sites.
Follow-up question: Why do you use static func create instead of init?
static func create
init
Abandoning and deleting fork.
Since the closure parameter is trailing, we can use the simplified syntax at call sites.
Follow-up question: Why do you use
static func create
instead ofinit
?