Clang adds a keyword instancetype
that, as far as I can see, replaces id
as a return type in -alloc
and init
.
Is there a benefit to using instancetype
instead of id
?
Clang adds a keyword instancetype
that, as far as I can see, replaces id
as a return type in -alloc
and init
.
Is there a benefit to using instancetype
instead of id
?