We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c643ab3 commit 51ec89fCopy full SHA for 51ec89f
src/Extensions/ReadOnlySpanExtensions.cs
@@ -0,0 +1,11 @@
1
+using System;
2
+
3
+namespace SpanExtensions
4
+{
5
+ /// <summary>
6
+ /// Extension Methods for <see cref="ReadOnlySpan{T}"/>.
7
+ /// </summary>
8
+ public static partial class ReadOnlySpanExtensions
9
+ {
10
+ }
11
+}
src/Extensions/Span/SpanExtensions.cs
+ /// Extension Methods for <see cref="Span{T}"/>.
+ public static partial class SpanExtensions
0 commit comments