Header menu logo TDesu.FSharp

TDesu.FSharp.Buffers Namespace

Buffer utilities: Bytes (xor, concat, constantTimeEquals), ArrayPool helpers.

Type/Module Description

ArrayPool

Bytes

ValueStringBuilder

A stack-first string builder: writes into a caller-supplied Span{T} and only rents from the shared ArrayPool{T} once that buffer overflows. Call Dispose() once to return the rented array.

Type something to start searching.