Compiled Chronicles

An archive of software development blog by Angelo Villegas

Tag: instancetype

  • Clang Language Extensions: instancetype

    Objective-C is a rapidly evolving language faster than many other. ARC, object literals, subscripting, blocks: in the span of just three years, this is just an example of how fast it grows. One of the latest addition to ObjC is instancetype. Clang adds a keyword instancetype that, as far as I can see, replaces id…