ObjFW
|
#import "OFArray.h"
Go to the source code of this file.
Classes | |
class | OFMutableArray |
An abstract class for storing, adding and removing objects in an array. More... | |
Typedefs | |
typedef id OF_NONNULL(^ | of_array_replace_block_t) (id object, size_t index) |
A block for replacing values in an OFMutableArray. More... | |
typedef id OF_NONNULL(^ of_array_replace_block_t) (id object, size_t index) |
A block for replacing values in an OFMutableArray.
object | The object to replace |
index | The index of the object to replace |