1 # collection.h |
1 # Collections |
2 |
2 |
3 Collections in UCX 3 have several common features. |
3 Collections in UCX 3 have several common features. |
4 If you want to implement an own collection data type that uses the same features, you can use the |
4 If you want to implement an own collection data type that uses the same features, you can use the |
5 `CX_COLLECTION_BASE` macro at the beginning of your struct to roll out all members a usual UCX collection has. |
5 `CX_COLLECTION_BASE` macro at the beginning of your struct to roll out all members a usual UCX collection has. |
6 ```c |
6 ```c |