TDesu.FSharp.Buffers Namespace
Buffer utilities: Bytes (xor, concat, constantTimeEquals), ArrayPool helpers.
| Type/Module | Description |
|
|
|
|
|
|
|
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 |
TDesu.FSharp