--- a/docs/Writerside/topics/list.h.md Thu Jan 23 01:33:36 2025 +0100 +++ b/docs/Writerside/topics/list.h.md Thu Jan 23 20:19:03 2025 +0100 @@ -8,3 +8,17 @@ It is strongly recommended that this class is shared among all instances of the same list type, because otherwise the `cxListCompare` function cannot use the optimized implementation of your class and will instead fall back to using iterators to compare the contents element-wise. + +## Undocumented Symbols (TODO) +### cx_empty_list +### cxEmptyList +### cxListCompare +### cx_list_default_insert_array +### cx_list_default_insert_sorted +### cx_list_default_sort +### cx_list_default_swap +### cxListFree +### cx_list_init +### cxListMutBackwardsIteratorAt +### cxListMutIteratorAt +