docs/Writerside/topics/kv_list.h.md

changeset 1639
5c3e6477aab4
parent 1605
55b13f583356
equal deleted inserted replaced
1638:14ae6a039af7 1639:5c3e6477aab4
77 With the `cxKvListAdd()` and `cxKvListInsert()` functions, you can add a new element to the list and immediately assign a key to it. 77 With the `cxKvListAdd()` and `cxKvListInsert()` functions, you can add a new element to the list and immediately assign a key to it.
78 The `cxKvListAdd()` function will add the element at the end of the list, 78 The `cxKvListAdd()` function will add the element at the end of the list,
79 while the `cxKvListInsert()` function will insert the element at the specified index. 79 while the `cxKvListInsert()` function will insert the element at the specified index.
80 80
81 > The effect of `cxKvListAdd()` using the list interface and `cxMapPut()` using the map interface is the same. 81 > The effect of `cxKvListAdd()` using the list interface and `cxMapPut()` using the map interface is the same.
82
83 <seealso>
84 <category ref="apidoc">
85 <a href="https://ucx.sourceforge.io/api/kv__list_8h.html">kv_list.h</a>
86 </category>
87 </seealso>

mercurial