docs/Writerside/topics/collection.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
equal deleted inserted replaced
1145:1a8fe7b7dd8a 1146:151c057faf7c
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

mercurial