kiba-engine
|
Non owning views on actual strings. More...
#include <string.h>
Data Fields | |
string | str |
The string the view is defined on. | |
usize | length |
The length of the view. | |
usize | offset |
The offset into the string. | |
b8 | is_valid |
Indicates if the view is valid and can be used/accessed. | |
Non owning views on actual strings.
Serves as a view on string data without having to copy.