docs/Writerside/topics/list.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
equal deleted inserted replaced
1145:1a8fe7b7dd8a 1146:151c057faf7c
1 # List Interface 1 # List Interface
2
3 <warning>
4 Outdated - Rewrite!
5 </warning>
2 6
3 This header defines a common interface for all list implementations. 7 This header defines a common interface for all list implementations.
4 8
5 UCX already comes with two common list implementations (linked list and array list) that should cover most use cases. 9 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 10 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