ObjFW  Diff

Differences From Artifact [ffc0dffd0c]:

To Artifact [73afdbce22]:


155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
- (void)removeObjectAtIndex: (size_t)index;

/**
 * @brief Removes the object in the specified range.
 *
 * @param range The range of the objects to remove
 */
- (void)removeObjectsInRange: (of_range_t)range;

/**
 * @brief Removes the last object.
 */
- (void)removeLastObject;

/**







|







155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
- (void)removeObjectAtIndex: (size_t)index;

/**
 * @brief Removes the object in the specified range.
 *
 * @param range The range of the objects to remove
 */
- (void)removeObjectsInRange: (OFRange)range;

/**
 * @brief Removes the last object.
 */
- (void)removeLastObject;

/**