|
cbase 1.46.11
C/C++ Static Template
|
A sized UTF-8 string slice. More...
#include <base_strings.h>
Public Attributes | |
| u8 * | str |
| usize | size |
A sized UTF-8 string slice.
Definition at line 24 of file base_strings.h.
| usize String8::size |
Length of the string in bytes
Definition at line 26 of file base_strings.h.
| u8* String8::str |
Pointer to the string data
Definition at line 25 of file base_strings.h.