Results for “Std.Html.Buffer.RawChunk”
3 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Html.Buffer.RawChunk
A chunk of an HTML template: either pre-baked static bytes or a named dynamic slot.
- Std.Html.Buffer.compile
&Array[Std.Html.Buffer.RawChunk] -> Std.Html.Buffer.BytePlanPre-compiles a list of chunks, aggregating static byte metrics.
- Std.Html.Buffer.compileCompact
&Array[Std.Html.Buffer.RawChunk] -> Std.Html.Buffer.CompactBytePlanJoins adjacent static chunks once and preserves every dynamic boundary.
