docs/Writerside/topics/string.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
equal deleted inserted replaced
1145:1a8fe7b7dd8a 1146:151c057faf7c
1 # String 1 # String
2
3 <warning>
4 Outdated - Rewrite!
5 </warning>
2 6
3 UCX strings come in two variants: immutable (`cxstring`) and mutable (`cxmutstr`). 7 UCX strings come in two variants: immutable (`cxstring`) and mutable (`cxmutstr`).
4 The functions of UCX are designed to work with immutable strings by default but in situations where it is necessary, 8 The functions of UCX are designed to work with immutable strings by default but in situations where it is necessary,
5 the API also provides alternative functions that work directly with mutable strings. 9 the API also provides alternative functions that work directly with mutable strings.
6 Functions that change a string in-place are, of course, only accepting mutable strings. 10 Functions that change a string in-place are, of course, only accepting mutable strings.

mercurial