On Saturday, 11 August 2012 at 19:18:14 UTC, RivenTheMage wrote:
On Saturday, 11 August 2012 at 18:37:18 UTC, Adam D. Ruppe wrote:
A ubyte is ALWAYS <=255, since ubyte 255 + 1 == 0.

Isn't both "i" and "255" should be propagated to
int before comparison?

Implicitly propagated, I mean.

Reply via email to