#ifndef UCX_COLLECTION_H
#define UCX_COLLECTION_H
#include "allocator.h"
#include "iterator.h"
#ifdef __cplusplus
extern "C" {
#endif
#define CX_STORE_POINTERS 0
typedef int(*cx_compare_func)(
void const *left,
void const *right
);
#define CX_COLLECTION_MEMBERS \