Hacker News new | ask | show | jobs
by mdw 3760 days ago
Swift will happily message nil also, for example:

delegate?.someOptionalMessage?(param: param)

It's a great language feature I appreciated in Obj-C, and not lost to Swift!