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 94ce3e2 commit c343c79Copy full SHA for c343c79
Microsoft.Toolkit.HighPerformance/Buffers/MemoryOwner{T}.cs
@@ -247,7 +247,6 @@ public ArraySegment<T> DangerousGetArray()
247
/// size and copy the previous items into the new one, or needing an additional variable/field
248
/// to manually handle to track the used range within a given <see cref="MemoryOwner{T}"/> instance.
249
/// </remarks>
250
- [Pure]
251
public MemoryOwner<T> Slice(int start, int length)
252
{
253
T[]? array = this.array;
0 commit comments