Fixup Span<T> implementation to be more similar to the corefx one (dotnet/coreclr...
authorJan Kotas <jkotas@microsoft.com>
Sat, 21 Jan 2017 01:13:50 +0000 (17:13 -0800)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2017 01:13:50 +0000 (17:13 -0800)
commitf60ff5369f981a8aca1cb0fb28c3b3113ade46e7
treec5576980768d9d8b0e39125aacc7b2e190d99a1a
parent161e088b1f1084f21ba285c47b2c655635922a51
Fixup Span<T> implementation to be more similar to the corefx one (dotnet/coreclr#9028)

- Reorder methods, adjust comments and formatting to make it easier to see the diff with corefx
- Delete extra implicit conversion operator

Commit migrated from https://github.com/dotnet/coreclr/commit/bb4fd8fcf84d2e777d7b8bee4e5fc475ab2397d7
src/coreclr/src/mscorlib/model.xml
src/coreclr/src/mscorlib/src/System/ReadOnlySpan.cs
src/coreclr/src/mscorlib/src/System/Span.cs