-
- Downloads
Fix data type promotions to mimic C++
Actually in C++ `unsigned int + int` gives an `unsigned int` which is not very intuitive
Please register or sign in to comment
Actually in C++ `unsigned int + int` gives an `unsigned int` which is not very intuitive