docs/Writerside/topics/map.h.md

changeset 1344
8afaeb395b3c
parent 1342
fe3ac6b1cf57
--- a/docs/Writerside/topics/map.h.md	Mon Aug 18 23:00:55 2025 +0200
+++ b/docs/Writerside/topics/map.h.md	Mon Aug 18 23:06:27 2025 +0200
@@ -282,6 +282,9 @@
 If used, the `void*` elements the iterator yields, shall be directly the stored pointers.
 Otherwise, the iterator shall yield pointers to the map's memory where the value is stored.
 
+It is always safe to call the above functions on a `NULL`-pointer.
+In that case, the returned iterator will behave like an iterator over an empty map.
+
 ## Dispose
 
 ```C

mercurial