tiny.syn.SpanMaterialization
Defined in span.model.
What happened to the spans of one line.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/syn/src/span/model.zig:110
zig
/// What happened to the spans of one line. A caller checks it after each call to know whether the/// storage holds the spans of the line. Both outcomes leave the continuation state exact.pub const Materialization = enum { /// The line fit within the text limit, and the storage holds its spans. complete, /// The line was longer than the text limit, and the storage holds no spans for it. The line was /// still scanned in full, and the storage added one to its count of discarded lines. discarded,};Source: lib/syn/src/root.zig:49
zig
pub const SpanMaterialization = span.Materialization;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |