How and when to use callAsFunction in Swift 5.2

A new Swift 5.2 feature is the ability to call types as functions. Or, as the Swift Evolution proposal calls it “Callable values of user-defined nominal types”. The very short description of this… Read more

Similar