cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
Sized String Types

Classes

struct  String8
 A sized UTF-8 string slice. More...
struct  String8Node
 A node for a linked list of strings (String Builder). More...
struct  String8List
 A linked list of strings, useful for concatenating text without reallocation. More...

Typedefs

typedef struct String8 String8
 A sized UTF-8 string slice.
typedef struct String8Node String8Node
 A node for a linked list of strings (String Builder).
typedef struct String8List String8List
 A linked list of strings, useful for concatenating text without reallocation.

Detailed Description

Typedef Documentation

◆ String8

typedef struct String8 String8

A sized UTF-8 string slice.

Warning
Because this is a slice, it is NOT guaranteed to be null-terminated!