-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
This feature enables ref local variables to be declared separate from their initialization, and to be re-assigned once declared.
The spec for the feature is here: dotnet/csharplang#933
This is most likely updates to reference semantics with value types, and the reference pages for local variable declaration. It may require a new topic, but that's not clear to me yet.
nietras