| 10:80f9d007cb52 | 11:0aa8cbd7912e |
|---|---|
| 54 */ | 54 */ |
| 55 struct cx_collection_s { | 55 struct cx_collection_s { |
| 56 /** | 56 /** |
| 57 * The allocator to use. | 57 * The allocator to use. |
| 58 */ | 58 */ |
| 59 CxAllocator const *allocator; | 59 const CxAllocator *allocator; |
| 60 /** | 60 /** |
| 61 * The comparator function for the elements. | 61 * The comparator function for the elements. |
| 62 */ | 62 */ |
| 63 cx_compare_func cmpfunc; | 63 cx_compare_func cmpfunc; |
| 64 /** | 64 /** |