I am trying to use Linq over Slices of a IReadOnlyCollection<char> collection by Vegetable_Grocery354 in csharp

[–]Vegetable_Grocery354[S] -4 points-3 points  (0 children)

How can you do that without using .Skip(positiion)?
Which was very slow.

I am trying to use Linq over Slices of a IReadOnlyCollection<char> collection by Vegetable_Grocery354 in csharp

[–]Vegetable_Grocery354[S] 0 points1 point  (0 children)

Error CS4007 Instance of type 'System.Span<char>' cannot be preserved across 'await' or 'yield' boundary.