Re: fetching from NSArray
Re: fetching from NSArray
- Subject: Re: fetching from NSArray
- From: Andy Lee <email@hidden>
- Date: Tue, 2 Oct 2007 19:39:26 -0400
On Oct 2, 2007, at 7:17 PM, Charles Steinman wrote:
I'm not at a computer where I can test it, but I
assume it's a standard C array:
Oh, that would make sense. For some reason the first thing I thought
of was that the id* was to return a single id by reference, in which
case it would have made more sense to simply return it by value. But
returning a C array makes sense by analogy to NSString's -
getCharacters:range:. The documentation should therefore be similar
IMO.
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden