diff -r b0300de92b72 -r a7b913d5d589 docs/Writerside/topics/iterator.h.md
--- a/docs/Writerside/topics/iterator.h.md Tue Feb 11 19:55:32 2025 +0100
+++ b/docs/Writerside/topics/iterator.h.md Tue Feb 11 20:10:29 2025 +0100
@@ -1,7 +1,7 @@
# Iterators
-Outdated - Rewrite!
+Outdated Section - will be updated soon!
In UCX 3 a new feature has been introduced to write own iterators, that work with the `cx_foreach` macro.
@@ -24,8 +24,16 @@
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.
+
+
+
+
+iterator.h
+
+