Proposal: Allow braceless fixed
statement -> get rid of nesting
#9431
-
Now: fixed(byte* pValue = ...)
{
some_low_level_api_function(pValue);
}
Braceless: fixed byte* pValue = "..."u8;
some_low_level_api_function(pValue);
|
Beta Was this translation helpful? Give feedback.
Answered by
333fred
Jun 10, 2025
Replies: 2 comments 6 replies
-
While I'm not personally opposed to this, I think this would fall under the same arguments as "brace-less" |
Beta Was this translation helpful? Give feedback.
6 replies
-
Duplicate of #2186. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
333fred
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate of #2186.