Results for “Std.Html.Buffer.BytePlan”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Html.Buffer.BytePlan
A pre-compiled immutable byte plan with static size metadata.
- 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.renderChecked
&Std.Html.Buffer.BytePlan -> &Map[Str, Bytes] -> Result[Bytes, Std.Html.Buffer.AssembleError]Assembles a byte plan while reporting missing slots and invalid public metadata.
- Std.Html.Buffer.renderToBytes
&Std.Html.Buffer.BytePlan -> &Map[Str, Bytes] -> BytesAssembles the byte plan and runtime slot values directly into a contiguous unboxed buffer.
- Std.Html.Buffer.segmentsChecked
&Std.Html.Buffer.BytePlan -> &Map[Str, Bytes] -> Result[Std.Html.Buffer.Segments, Std.Html.Buffer.AssembleError]Resolves a byte plan into validated segments without joining them.
