ObjFW  Diff

Differences From Artifact [830e9546bb]:

To Artifact [8da41f0b46]:


26
27
28
29
30
31
32





33
34
35
36
37
38
39
+ 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;








>
>
>
>
>







26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
+ array;

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

/**
 * \return The objects of the array as a C array
 */
- (id*)data;

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