ObjFW  Diff

Differences From Artifact [533462c6b2]:

To Artifact [f99b463989]:


292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
292
293
294
295
296
297
298



299
300
301
302
303
304
305







-
-
-







 *		all objects except the first
 * \return The array folded to a single object
 */
- (id)foldUsingBlock: (of_array_fold_block_t)block;
#endif
@end

@interface OFArray_placeholder: OFArray
@end

@interface OFArrayEnumerator: OFEnumerator
{
	OFArray	      *array;
	size_t	      count;
	unsigned long mutations;
	unsigned long *mutationsPtr;
	size_t	      position;