I also find a little bloody `((A) -> B)?`, but ...
# language-proposals
e
I also find a little bloody
((A) -> B)?
, but the alternatives look worst
6
b
Why do you think it worst?
e
less readable
btw, best good looking way right now is to create a typealias for that
typealias Test = (A) -> B
var a: Test? = null