--- a/docs/Writerside/topics/iterator.h.md Thu Jan 23 01:33:36 2025 +0100 +++ b/docs/Writerside/topics/iterator.h.md Thu Jan 23 20:19:03 2025 +0100 @@ -19,3 +19,9 @@ On mutating iterators it is allowed to call the `cxFlagForRemoval()` function, which instructs the iterator to remove the current element from the collection on the next call to `cxIteratorNext()` and clear the flag afterward. If you are implementing your own iterator, it is up to you to implement this behavior. + +## Undocumented Symbols (TODO) +### cxIterator +### cxIteratorPtr +### cxMutIterator +### cxMutIteratorPtr