|
Loom C API
Public Loom compiler C API
|
Non-owning string view over bytes that need not be NUL-terminated. More...
#include <base.h>
Data Fields | |
| const char * | data |
| First byte of the string, or NULL when the view is empty. | |
| loomc_host_size_t | size |
| Number of bytes in data. | |
Non-owning string view over bytes that need not be NUL-terminated.