There's a long discussion over at dotnet/standard#682. Originally the OP wanted to know whether the new Span-based APIs in the .NET Core 2.1 class library would be made available via a new version of .NET Standard. The discussion has shifted more towards what .NET Standard is, or should be, and one important question hasn't been answered yet so I'd like to ask it here:
Will .NET Core 2.1's new Span-based APIs (*) be brought to the .NET Framework? If so, what's an approximate version / timeframe for this to happen?
(*) By "Span-based APIs", I do not mean what's in the System.Memory package on NuGet, but also all the additional methods in the FCL using Span et al., such as those on Stream. I also implicitly assume that introducing these APIs on NETFX would include support for Span in the JIT.