docs/Writerside/topics/collection.h.md

branch
docs/3.1
changeset 1143
0559812df10c
parent 1141
a06a2d27c043
child 1146
151c057faf7c
equal deleted inserted replaced
1142:9437530176bc 1143:0559812df10c
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

mercurial