Hacker News new | ask | show | jobs
by ifdefdebug 3401 days ago
anybody knows if the scoped modifier is going to make it from m# into c#? that would be great...
1 comments

Currently they are playing with Span<> and Memory<> at CoreFX Labs, which make use of IDisposable, so they could at least partially support it at library level.

https://github.com/dotnet/corefxlab

https://github.com/dotnet/corefxlab/issues/952

As for scope M#/System C# style, I guess the door is still open for future C# versions.