request bulk ignored type casting for compute result to small types(byte,sbyte,short,ushort) #2596
Replies: 2 comments
-
I'd argue that if a developer writes For the others, the problem is not with checked/unchecked, but the fact that |
Beta Was this translation helpful? Give feedback.
-
😂 I'm sorry, this example also << >> | $ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
here is some examples.
before
developers know what they're doing.The unchecked{} is not work.
Suggestion: let unchecked work for this (follow code)?
Need a way to Bulk ignored type casting. to avoid write the follow code every where.
Beta Was this translation helpful? Give feedback.
All reactions