ValueStringBuilder
struct ValueStringBuilder
Returns the underlying storage of the builder.
Returns a span around the contents of the builder.
Get a pinnable reference to the builder.
Does not ensure there is a null char after Length
This overload is pattern matched in the C# 7.3+ compiler so you can omit
the explicit method call, and write eg "fixed (char* c = builder)"
Get a pinnable reference to the builder.