--- a/docs/Writerside/topics/string.h.md Sat Jan 25 13:40:50 2025 +0100 +++ b/docs/Writerside/topics/string.h.md Sat Jan 25 13:44:24 2025 +0100 @@ -1,5 +1,9 @@ # String +<warning> +Outdated - Rewrite! +</warning> + UCX strings come in two variants: immutable (`cxstring`) and mutable (`cxmutstr`). The functions of UCX are designed to work with immutable strings by default but in situations where it is necessary, the API also provides alternative functions that work directly with mutable strings.