Just discovered today that you can call Function Optionals in Swift with exactly the syntax I’d expect. For an optional function foo
…
foo?()
Nifty.
Just discovered today that you can call Function Optionals in Swift with exactly the syntax I’d expect. For an optional function foo
…
foo?()
Nifty.