Expand description
The source owner (SPEC §1.2): every &'a str in the lexer/AST/Value borrows from here.
An append-only arena: entries are never removed or mutated.
Structs§
- Source
Cache - Every source text, kept alive as long as the cache is, so the zero-copy
pipeline can hand out
&strslices into it.