Y
Hacker News
new
|
ask
|
show
|
jobs
by
bertylicious
110 days ago
But that requires an explicit declaration and isn't done automatically under the hood, or am I missing something?
1 comments
Smaug123
110 days ago
The JIT does this automatically in some cases as of .NET 10 (
https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotn...
).
link