docs/Writerside/topics/linked_list.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
equal deleted inserted replaced
1145:1a8fe7b7dd8a 1146:151c057faf7c
1 # Linked List 1 # Linked List
2
3 <warning>
4 Outdated - Rewrite!
5 </warning>
2 6
3 On top of implementing the list interface, this header also defines several low-level functions that 7 On top of implementing the list interface, this header also defines several low-level functions that
4 work with arbitrary structures. 8 work with arbitrary structures.
5 Low-level functions, in contrast to the high-level list interface, can easily be recognized by their snake-casing. 9 Low-level functions, in contrast to the high-level list interface, can easily be recognized by their snake-casing.
6 The function `cx_linked_list_at`, for example, implements a similar functionality like `cxListAt`, but operates 10 The function `cx_linked_list_at`, for example, implements a similar functionality like `cxListAt`, but operates

mercurial