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