title: string summary: Immutable wrapper for UTF-8 encoded string (bytes are mutable).


string

Immutable wrapper for UTF-8 encoded string (bytes are mutable). #include <common.h>

Public Attributes

Public Attributes Documentation

variable value

byte * value;

variable len

usize len;

Updated on 23 August 2022 at 00:54:19 UTC