Results for “Std.Html.Buffer.CompactBytePlan”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Html.Buffer.CompactBytePlan
A byte plan whose adjacent static runs were joined during compilation.
- Std.Html.Buffer.compileCompact
&Array[Std.Html.Buffer.RawChunk] -> Std.Html.Buffer.CompactBytePlanJoins adjacent static chunks once and preserves every dynamic boundary.
- Std.Html.Buffer.renderCompactChecked
&Std.Html.Buffer.CompactBytePlan -> &Map[Str, Bytes] -> Result[Bytes, Std.Html.Buffer.AssembleError]Assembles a compact plan while validating every retained static length.
- Std.Html.Buffer.renderCompactToBytes
&Std.Html.Buffer.CompactBytePlan -> &Map[Str, Bytes] -> BytesAssembles a compact plan using the static lengths retained at compilation.
- Std.Html.Buffer.segmentsCompactChecked
&Std.Html.Buffer.CompactBytePlan -> &Map[Str, Bytes] -> Result[Std.Html.Buffer.Segments, Std.Html.Buffer.AssembleError]Resolves a compact byte plan into validated segments without joining them.
