| 1 # Collections |
1 # Collections |
| |
2 |
| |
3 <warning> |
| |
4 Outdated - Rewrite! |
| |
5 </warning> |
| 2 |
6 |
| 3 Collections in UCX 3 have several common features. |
7 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 |
8 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. |
9 `CX_COLLECTION_BASE` macro at the beginning of your struct to roll out all members a usual UCX collection has. |
| 6 ```c |
10 ```c |