| 9 * adds cxListSet() |
9 * adds cxListSet() |
| 10 * adds cxListContains() |
10 * adds cxListContains() |
| 11 * adds cxListFirst() and cxListLast() |
11 * adds cxListFirst() and cxListLast() |
| 12 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
12 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
| 13 and corresponding macro aliases cxListPopFront() and cxListPop() |
13 and corresponding macro aliases cxListPopFront() and cxListPop() |
| 14 * adds cxListEmplace(), cxListEmplaceAt(), and cxMapEmplace() |
14 * adds cxListEmplace(), cxListEmplaceAt(), cxListEmplaceArray(), cxListEmplaceArrayAt(), and cxMapEmplace() |
| 15 * adds cxListInsertUnique() and cxListInsertUniqueArray() |
15 * adds cxListInsertUnique() and cxListInsertUniqueArray() |
| 16 * adds cx_array_insert_unique() and various convenience macros |
16 * adds cx_array_insert_unique() and various convenience macros |
| 17 * adds cx_linked_list_insert_unique() and cx_linked_list_insert_unique_chain() |
17 * adds cx_linked_list_insert_unique() and cx_linked_list_insert_unique_chain() |
| 18 * adds cxBufferShrink() |
18 * adds cxBufferShrink() |
| 19 * adds cxTreeSize() |
19 * adds cxTreeSize() |