Hacker News new | ask | show | jobs
by jonhohle 239 days ago
Dynamic types in Swift do use message passing. Int/NSInteger is a struct/value type, but NSNumber is a dynamic type that would receive a message.