docs/Writerside/topics/about.md

changeset 1465
dc886f1a6155
parent 1464
9a10af83cfab
equal deleted inserted replaced
1464:9a10af83cfab 1465:dc886f1a6155
33 * adds new key-value-based list implementation 33 * adds new key-value-based list implementation
34 * adds support for integer keys to CxHashKey 34 * adds support for integer keys to CxHashKey
35 * adds support for comparing arbitrary strings without explicit call to cx_strcast() 35 * adds support for comparing arbitrary strings without explicit call to cx_strcast()
36 * adds cxListClone() and cxMapClone() 36 * adds cxListClone() and cxMapClone()
37 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() 37 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference()
38 * adds cxListIntersection(), cxMapIntersection(), and cxMapListIntersection()
38 * adds cxListContains() and cxMapContains() 39 * adds cxListContains() and cxMapContains()
39 * adds cxListSet() 40 * adds cxListSet()
40 * adds cxListFirst() and cxListLast() 41 * adds cxListFirst() and cxListLast()
41 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), 42 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(),
42 and corresponding macro aliases cxListPopFront() and cxListPop() 43 and corresponding macro aliases cxListPopFront() and cxListPop()

mercurial