Expand description
A stably addressed token buffer supporting efficient traversal based on a cheaply copyable cursor.
Structs
- A cheaply copyable cursor into aTokenBuffer.
- A buffer that can be efficiently traversed multiple times, unlikeTokenStreamwhich requires a deep copy in order to traverse more than once.