Code has been added to clipboard!

Solidity Conversion Between Elementary Types Example

Example
int8 x = -3;
uint y = uint(x);