Replace ArraySegment with ReadOnlySpan in Batch/Window buffered operators #1328
Annotations
10 errors
build:
Tests/SuperLinq.Test/WindowTest.cs#L12
The type arguments for method 'SuperEnumerable.Window<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowTest.cs#L13
The type arguments for method 'SuperEnumerable.Window<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowTest.cs#L14
The type arguments for method 'SuperEnumerable.Window<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowRightTest.cs#L9
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowRightTest.cs#L10
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowRightTest.cs#L11
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowRightTest.cs#L23
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowRightTest.cs#L26
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowRightTest.cs#L29
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build:
Tests/SuperLinq.Test/WindowRightTest.cs#L32
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|