|
infix
A JIT-Powered FFI Library for C
|
An iterator for traversing a type registry. More...
#include <infix.h>
Public Attributes | |
| const infix_registry_t * | registry |
| size_t | _bucket_index |
| void * | _current_entry |
An iterator for traversing a type registry.
This struct holds the complete state needed to traverse the registry's internal hash table, including the current bucket and the current entry within that bucket's linked list.
The fields in this struct are implementation details and should not be accessed directly.