docs/Writerside/topics/list.h.md

branch
docs/3.1
changeset 1143
0559812df10c
parent 1142
9437530176bc
child 1146
151c057faf7c
equal deleted inserted replaced
1142:9437530176bc 1143:0559812df10c
1 # list.h 1 # List Interface
2 2
3 This header defines a common interface for all list implementations. 3 This header defines a common interface for all list implementations.
4 4
5 UCX already comes with two common list implementations (linked list and array list) that should cover most use cases. 5 UCX already comes with two common list implementations (linked list and array list) that should cover most use cases.
6 But if you feel the need to implement an own list, the only thing you need to do is to define a struct with a 6 But if you feel the need to implement an own list, the only thing you need to do is to define a struct with a

mercurial