kiba-engine
|
Structure for a string. More...
#include <string.h>
Data Fields | |
char * | data |
The character sequence of the string. | |
usize | length |
The length of the string. | |
allocator * | alloc |
The allocator used for construction. KB_NULL if constructed from a raw literal. | |
Structure for a string.
Indicate ownership and allows the creation of string_view.