Closed
Description
What it does
I suggest to add a lint, when the time is ripe, that suggests to replace some "as" integer casts with the nicer signed/unsigned cast functions:
Advantage
It's a little safer than as casts, and it isn't easy to remember that such standard functions exist.
Drawbacks
No response
Example
<code>
Could be written as:
<code>