I need to check if a literal is too big to fit int...
# kontributors
k
I need to check if a literal is too big to fit into a byte/short/int. is there a better way than comparing it manually to the largest/smallest possible value?