|
CX Framework
Cross-platform C utility framework
|
#include <striter.h>
String iterator structure
Represents a position within a string and the current run of contiguous bytes. Users should access the public members (bytes, off, len, cursor) but not modify them directly - use the iterator functions instead.