--- a/docs/Writerside/topics/string.h.md Sun Dec 07 13:18:22 2025 +0100 +++ b/docs/Writerside/topics/string.h.md Sun Dec 07 13:24:18 2025 +0100 @@ -9,8 +9,10 @@ ## Basics +The following listing shows basic string functions. + > To simplify documentation, we introduce the pseudo-type `AnyStr` with the meaning that -> both `cxstring` and `cxmutstr` are accepted for that argument. +> any UCX string and any C string are supported. > The implementation is actually hidden behind a macro which uses `cx_strcast()` to guarantee compatibility. {style="note"}