ubyte k = 10;
ubyte c = k + 1;

This code fails to compile because of: Error: cannot implicitly convert expression (cast(int)k + 1) of type int to ubyte

Why? It's pain in the ass, i think. My code contains only casts then.

Reply via email to