Hacker News new | ask | show | jobs
by rudedogg 3476 days ago
String bridges to NSString, are you sure you need to cast?
1 comments

I think String now is part of Any and NSString still is AnyObject. You need to cast, but the cast will always succeed.