Forked from https://github.com/dotnet/corefx/issues/14376
Work item here is to implement ToString on Span/ReadOnlySpan and have it print out a string similar to what a collection would print out (which is just the object tostring - type + address)
cc: @KrzysztofCwalina @jkotas @ahsonkhan to continue the discussion on ToString here.
Forked from https://github.com/dotnet/corefx/issues/14376
Work item here is to implement ToString on Span/ReadOnlySpan and have it print out a string similar to what a collection would print out (which is just the object tostring - type + address)
cc: @KrzysztofCwalina @jkotas @ahsonkhan to continue the discussion on ToString here.