| 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 |