Champion: Stackalloc array initializers (15.7) #1286
Labels
Implemented Needs ECMA Spec
This feature has been implemented in C#, but still needs to be merged into the ECMA specification
Proposal champion
Milestone
In addition to the currently allowed syntax (
stackalloc int[3]
) we should allow stack allocated arrays be created with initialization:Discussed in LDM in Jan 2018 (link to meeting notes TBD)
Prototype dotnet/roslyn#24249
The text was updated successfully, but these errors were encountered: