Skip to content

WString datatype

Include: Built in; no package required.

WString stores wide runtime text using RtWString = String<char16_t> storage.

Size

Pointer-sized runtime string reference storage; string payload length is dynamic.

Range

Dynamic string length is runtime-managed.

Example

WString sWide
Move "Hello" to sWide

Notes

WString is the runtime UTF-16 container type.