diff -r b2ba79f4cb62 -r 8afaeb395b3c docs/Writerside/topics/map.h.md --- 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