Span<T>. I wanted to use some LINQ with it (e.g. the Enumerable.Range.Select method), but whenever I try to use the Span<T> object inside a lambda, I get the error CS8175:Error CS8175 Cannot use ref localhttps://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs8175inside an anonymous method, lambda expression, or query expression.<mySpanVariable>