Closed GoogleCodeExporter closed 9 years ago
Although this could be nice to have it would break support for code where
values are changed by directly accessing the underlying array via
NSArray.getArray(). Generic implementation of the NSArray class without
changing the underlying data structure to another generic one (like a
collection, as you did) is not possible without breaking the aforementioned
functionality. If people need a generic NSArray they can then use your fork,
thanks for your work.
Original comment by daniel.dreibrodt
on 12 Feb 2014 at 1:06
Yeah that's true, I didn't think about that.
Thanks for the response and the great library again.
Lukasz
Original comment by lukasz.p...@gmail.com
on 12 Feb 2014 at 1:08
Original issue reported on code.google.com by
lukasz.p...@gmail.com
on 8 Dec 2013 at 8:17