ObjFW  Diff

Differences From Artifact [01b97195c0]:

To Artifact [ea241d3479]:


103
104
105
106
107
108
109
110
111

/**
 * Get the number of items in the list. Use with caution, as this means one
 * iteration through the whole list!
 *
 * \return The number of items in the list.
 */
- (size_t)items;
@end







|

103
104
105
106
107
108
109
110
111

/**
 * Get the number of items in the list. Use with caution, as this means one
 * iteration through the whole list!
 *
 * \return The number of items in the list.
 */
- (size_t)count;
@end