Collection
|
Represents a linked-list-based array structure. More...
Public Attributes | |
struct IArray | base |
struct ArrayNode * | list |
Represents a linked-list-based array structure.
Contains a base interface (IArray) and a pointer to the head ArrayNode of the singly linked list.
struct IArray Array::base |
🧩 Base interface for array operations