33typedef struct MutableDataInterface MutableDataInterface;
63struct MutableDataInterface {
68 DataInterface dataInterface;
static void appendData(MutableData *self, const Data *data)
static void setLength(MutableData *self, size_t length)
static MutableData * data(void)
static void appendBytes(MutableData *self, const uint8_t *bytes, size_t length)
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
Class * _MutableData(void)
The MutableData archetype.
MutableDataInterface * interface
The interface.