Module dlib.text.unmanagedstring

GC-free UTF-8 string type

Structs

NameDescription
String GC-free UTF-8 string type based on DynamicArray. Stores up to 128 bytes without dynamic memory allocation, so short strings are processed very fast. String is always zero-terminated and directly compatible with C.