ObjFW  Diff

Differences From Artifact [5a4d04ab53]:

To Artifact [76c7e15d21]:


62
63
64
65
66
67
68
69
70
71

/**
 * Removes the specified amount of objects at the specified index.
 *
 * \param nobjects The number of objects to remove
 * \param index The index at which the objects are removed
 */
- removeNObjects: (size_t)nitems
	 atIndex: (size_t)index;
@end







|


62
63
64
65
66
67
68
69
70
71

/**
 * Removes the specified amount of objects at the specified index.
 *
 * \param nobjects The number of objects to remove
 * \param index The index at which the objects are removed
 */
- removeNObjects: (size_t)nobjects
	 atIndex: (size_t)index;
@end