Add Dump extension method to ReadOnlySpan<char>
Dump doesn't extend ReadOnlySpan<char> right now. It'd be nice to have something like
"xxx".AsSpan().Dump();
1
vote
Miha Markic
shared this idea