ObjFW  Diff

Differences From Artifact [bc12ad5131]:

To Artifact [830e9546bb]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 * \return A new autoreleased OFArray
 */
+ array;

/**
 * \return The number of objects in the OFArray
 */
- (size_t)objects;

/**
 * Clones the OFArray, creating a new one.
 *
 * \return A new autoreleased copy of the OFArray
 */
- (id)copy;







|







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 * \return A new autoreleased OFArray
 */
+ array;

/**
 * \return The number of objects in the OFArray
 */
- (size_t)count;

/**
 * Clones the OFArray, creating a new one.
 *
 * \return A new autoreleased copy of the OFArray
 */
- (id)copy;