36 * adds cxListSet() |
36 * adds cxListSet() |
37 * adds cxListContains() |
37 * adds cxListContains() |
38 * adds cxListFirst() and cxListLast() |
38 * adds cxListFirst() and cxListLast() |
39 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
39 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
40 and corresponding macro aliases cxListPopFront() and cxListPop() |
40 and corresponding macro aliases cxListPopFront() and cxListPop() |
41 * adds cxListEmplace(), cxListEmplaceAt(), and cxMapEmplace() |
41 * adds cxListEmplace(), cxListEmplaceAt(), cxListEmplaceArray(), cxListEmplaceArrayAt(), and cxMapEmplace() |
42 * adds cxListInsertUnique() and cxListInsertUniqueArray() |
42 * adds cxListInsertUnique() and cxListInsertUniqueArray() |
43 * adds cx_array_insert_unique() and various convenience macros |
43 * adds cx_array_insert_unique() and various convenience macros |
44 * adds cx_linked_list_insert_unique() and cx_linked_list_insert_unique_chain() |
44 * adds cx_linked_list_insert_unique() and cx_linked_list_insert_unique_chain() |
45 * adds cxBufferShrink() |
45 * adds cxBufferShrink() |
46 * adds cxTreeSize() |
46 * adds cxTreeSize() |