docs/Writerside/topics/strings.md

changeset 1208
6e78f45b17c3
parent 1141
a06a2d27c043
child 1209
4a72c47226f4
equal deleted inserted replaced
1207:543988762f65 1208:6e78f45b17c3
1 # Strings and Buffers 1 # Strings and Buffers
2
3 For an improved experience when working with strings,
4 UCX provides an API to work with structures that store a [string](string.h.md) together with its length,
5 as well as a more sophisticated [buffer](buffer.h.md) API for working with text of dynamic or unknown length.
6
7

mercurial