docs/Writerside/topics/strings.md

Fri, 14 Feb 2025 16:00:05 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 14 Feb 2025 16:00:05 +0100
changeset 1208
6e78f45b17c3
parent 1141
a06a2d27c043
child 1209
4a72c47226f4
permissions
-rw-r--r--

add link summary text to strings and buffers topic

there should be more text to explain the what and why

relates to #451

# Strings and Buffers

For an improved experience when working with strings,
UCX provides an API to work with structures that store a [string](string.h.md) together with its length,
as well as a more sophisticated [buffer](buffer.h.md) API for working with text of dynamic or unknown length.

mercurial