|
WinTer 0.1.1
Windows Terminal Emulator
|
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. | |
| typedef struct String8 String8 |
A sized UTF-8 string slice.
| typedef struct String8List String8List |
A linked list of strings, useful for concatenating text without reallocation.
| typedef struct String8Node String8Node |
A node for a linked list of strings (String Builder).