ReadOnlySpan Error

Interesting. Root cause is generic constraint: where T : ref struct · Issue #1148 · dotnet/csharplang · GitHub combined with how value tracing works in VL. I will need to find a way to disable tracing on such ref structs all together :/ Will report back once this is done.

2 Likes