34typedef struct IndexSetInterface IndexSetInterface;
68struct IndexSetInterface {
73 ObjectInterface objectInterface;
103 IndexSet *(*initWithIndexes)(
IndexSet *self,
size_t *indexes,
size_t count);
static _Bool containsIndex(const IndexSet *self, size_t index)
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
Immutable collections of unique index values.
Object object
The superclass.
IndexSetInterface * interface
The interface.
size_t * indexes
The indexes.
Class * _IndexSet(void)
The IndexSet archetype.
size_t count
The count of indexes.
Object is the root Class of The Objectively Class hierarchy.